Bump Docker image to Elixir 1.19.5 / OTP 28.4.1
This commit is contained in:
parent
a40ea0d62d
commit
59de7e2d73
1 changed files with 3 additions and 3 deletions
|
|
@ -9,10 +9,10 @@
|
|||
# - https://hub.docker.com/r/hexpm/elixir/tags - for the build image
|
||||
# - https://hub.docker.com/_/debian/tags?name=trixie-20260316-slim - for the release image
|
||||
# - https://pkgs.org/ - resource for finding needed packages
|
||||
# - Ex: docker.io/hexpm/elixir:1.19.0-erlang-28.3-debian-trixie-20260316-slim
|
||||
# - Ex: docker.io/hexpm/elixir:1.19.5-erlang-28.4.1-debian-trixie-20260316-slim
|
||||
#
|
||||
ARG ELIXIR_VERSION=1.19.0
|
||||
ARG OTP_VERSION=28.3
|
||||
ARG ELIXIR_VERSION=1.19.5
|
||||
ARG OTP_VERSION=28.4.1
|
||||
ARG DEBIAN_VERSION=trixie-20260316-slim
|
||||
|
||||
ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue