Update elixir to 1.19.1 and erlang to 28.1.1

This commit is contained in:
Claudio Ortolina
2025-10-21 09:19:54 +01:00
parent 9bb3b689af
commit 78449b0b8a
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
elixir 1.19.0-otp-28
erlang 28.1
nodejs 24.9.0
elixir 1.19.1-otp-28
erlang 28.1.1
+3 -3
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.19.0
ARG OTP_VERSION=28.1
ARG DEBIAN_VERSION=bookworm-20250929-slim
ARG ELIXIR_VERSION=1.19.1
ARG OTP_VERSION=28.1.1
ARG DEBIAN_VERSION=bookworm-20251020-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"