chore: bump builder image to Elixir 1.20.1 / Erlang 29.0.2

This commit is contained in:
Graham McIntire 2026-06-10 17:36:06 -05:00
parent 9db2cd20f5
commit 5c62243719
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
erlang 29.0.1
elixir 1.20.0-otp-29
erlang 29.0.2
elixir 1.20.1-otp-29

View file

@ -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.0
ARG OTP_VERSION=29.0.1
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}"