Update erlang to 27.3.2

This commit is contained in:
Claudio Ortolina
2025-04-06 20:17:47 +01:00
parent 961530cb51
commit 0eba510d65
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
elixir 1.18.3-otp-27 elixir 1.18.3-otp-27
erlang 27.3 erlang 27.3.2
nodejs 20.11.1 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 # - Ex: hexpm/elixir:1.17.2-erlang-27.1-debian-bullseye-20240904-slim
# #
ARG ELIXIR_VERSION=1.18.3 ARG ELIXIR_VERSION=1.18.3
ARG OTP_VERSION=27.3 ARG OTP_VERSION=27.3.2
ARG DEBIAN_VERSION=bullseye-20250224-slim ARG DEBIAN_VERSION=bullseye-20250317-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}" ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}" ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"