fix: revert Docker builder to Elixir 1.20.1 / OTP 29.0.2
This commit is contained in:
parent
986efb2345
commit
5698d32865
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
# - codeberg.org/gmcintire/prop-base - prebuilt runtime base (see Dockerfile.base)
|
||||
# - Ex: docker.io/hexpm/elixir:1.19.5-erlang-28.4.1-debian-trixie-20260316-slim
|
||||
#
|
||||
ARG ELIXIR_VERSION=1.20.2
|
||||
ARG OTP_VERSION=29.0.3
|
||||
ARG ELIXIR_VERSION=1.20.1
|
||||
ARG OTP_VERSION=29.0.2
|
||||
ARG DEBIAN_VERSION=trixie-20260518-slim
|
||||
|
||||
ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue