Update erlang to 28.0.2

This commit is contained in:
Claudio Ortolina
2025-08-09 16:24:58 +03:00
parent 182c428542
commit 92a328da09
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
elixir 1.18.4-otp-28
erlang 28.0.1
erlang 28.0.2
nodejs 20.11.1
+2 -2
View File
@@ -12,8 +12,8 @@
# - Ex: hexpm/elixir:1.17.2-erlang-27.1-debian-bullseye-20240904-slim
#
ARG ELIXIR_VERSION=1.18.4
ARG OTP_VERSION=28.0.1
ARG DEBIAN_VERSION=bookworm-20250630-slim
ARG OTP_VERSION=28.0.2
ARG DEBIAN_VERSION=bookworm-20250721-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"