Update elixir to 1.20.0-rc.6

This commit is contained in:
Claudio Ortolina
2026-05-21 17:33:37 +01:00
parent a8fecafe42
commit c2b8ed2b4a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -11,9 +11,9 @@
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.17.2-erlang-27.1-debian-bullseye-20240904-slim
#
ARG ELIXIR_VERSION=1.20.0-rc.5
ARG ELIXIR_VERSION=1.20.0-rc.6
ARG OTP_VERSION=28.5
ARG DEBIAN_VERSION=trixie-20260505-slim
ARG DEBIAN_VERSION=trixie-20260518-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"