Update to Elixir 1.18.4

This commit is contained in:
Claudio Ortolina
2025-05-22 09:53:20 +01:00
parent ee93cb22ed
commit ec4e6ddd2a
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.4-otp-27
erlang 27.3.4 erlang 27.3.4
nodejs 20.11.1 nodejs 20.11.1
+2 -2
View File
@@ -11,9 +11,9 @@
# - https://pkgs.org/ - resource for finding needed packages # - https://pkgs.org/ - resource for finding needed packages
# - 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.4
ARG OTP_VERSION=27.3.4 ARG OTP_VERSION=27.3.4
ARG DEBIAN_VERSION=bookworm-20250428-slim ARG DEBIAN_VERSION=bookworm-20250520-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}"