Compare commits
2 commits
51bb51e093
...
547fabad6d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
547fabad6d | ||
| 9e7d8b2277 |
2 changed files with 5 additions and 9 deletions
|
|
@ -11,12 +11,8 @@
|
||||||
# - https://pkgs.org/ - resource for finding needed packages
|
# - https://pkgs.org/ - resource for finding needed packages
|
||||||
# - Ex: hexpm/elixir:1.18.3-erlang-27.3-debian-bullseye-20250317-slim
|
# - Ex: hexpm/elixir:1.18.3-erlang-27.3-debian-bullseye-20250317-slim
|
||||||
#
|
#
|
||||||
ARG ELIXIR_VERSION=1.18.3
|
ARG BUILDER_IMAGE="hexpm/elixir:1.18.3-erlang-27.3-debian-bullseye-20250317-slim"
|
||||||
ARG OTP_VERSION=27.3
|
ARG RUNNER_IMAGE="debian:bullseye-20250317-slim"
|
||||||
ARG DEBIAN_VERSION=bullseye-20250317-slim
|
|
||||||
|
|
||||||
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
|
||||||
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
|
|
||||||
|
|
||||||
FROM ${BUILDER_IMAGE} as builder
|
FROM ${BUILDER_IMAGE} as builder
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,11 @@
|
||||||
{
|
{
|
||||||
"groupName": "postgres",
|
"groupName": "postgres",
|
||||||
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
|
"description": "Group updates to postgres across drone ci, docker-compose.yml and other files",
|
||||||
"matchDepNames": ["**postgres**"]
|
"matchPackageNames": ["**postgres**"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [".tool-versions"],
|
"matchFileNames": [".tool-versions", "Dockerfile"],
|
||||||
"matchPackageNames": ["elixir"],
|
"matchCurrentValue": "**elixir-otp-**",
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue