Update erlang to 28.4.1

This commit is contained in:
Claudio Ortolina
2026-03-13 08:35:13 +00:00
parent 95cd00c6bf
commit 4db9213129
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
elixir 1.19.5-otp-28
erlang 28.4
erlang 28.4.1
nodejs 24.13.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.5
ARG OTP_VERSION=28.4
ARG OTP_VERSION=28.4.1
ARG DEBIAN_VERSION=trixie-20260223-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"