fix: revert Docker builder to Elixir 1.20.1 / OTP 29.0.2

This commit is contained in:
Graham McInitre 2026-07-15 13:58:06 -05:00
parent 986efb2345
commit 5698d32865

View file

@ -11,8 +11,8 @@
# - codeberg.org/gmcintire/prop-base - prebuilt runtime base (see Dockerfile.base) # - 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 # - Ex: docker.io/hexpm/elixir:1.19.5-erlang-28.4.1-debian-trixie-20260316-slim
# #
ARG ELIXIR_VERSION=1.20.2 ARG ELIXIR_VERSION=1.20.1
ARG OTP_VERSION=29.0.3 ARG OTP_VERSION=29.0.2
ARG DEBIAN_VERSION=trixie-20260518-slim ARG DEBIAN_VERSION=trixie-20260518-slim
ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}" ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"