Update OTP and Elixir

Elixir 1.18.2 => 1.18.3
OTP 27.2.4 => 27.3
This commit is contained in:
Claudio Ortolina
2025-03-07 07:01:38 +00:00
parent 6fbf71dfe6
commit 12b38ecbb2
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
elixir 1.18.2-otp-27
erlang 27.2.4
elixir 1.18.3-otp-27
erlang 27.3
nodejs 20.11.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.18.2
ARG OTP_VERSION=27.2.4
ARG DEBIAN_VERSION=bullseye-20250203-slim
ARG ELIXIR_VERSION=1.18.3
ARG OTP_VERSION=27.3
ARG DEBIAN_VERSION=bullseye-20250224-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"