Update erlang to 28.2

This commit is contained in:
Claudio Ortolina
2025-11-25 09:51:03 +00:00
parent 09d90b967d
commit 9dca06197f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
elixir 1.19.3-otp-28
erlang 28.1.1
erlang 28.2
nodejs 24.10.0
+1 -1
View File
@@ -12,7 +12,7 @@
# - Ex: hexpm/elixir:1.17.2-erlang-27.1-debian-bullseye-20240904-slim
#
ARG ELIXIR_VERSION=1.19.3
ARG OTP_VERSION=28.1.1
ARG OTP_VERSION=28.2
ARG DEBIAN_VERSION=trixie-20251117-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"