Update to Elixir 1.18

This commit is contained in:
Claudio Ortolina
2024-12-19 19:02:08 +00:00
parent e363328c12
commit 129e9e680f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
elixir 1.17.3-otp-27
elixir 1.18.0-otp-27
erlang 27.1.2
+1 -1
View File
@@ -11,7 +11,7 @@
# - 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.17.3
ARG ELIXIR_VERSION=1.18.0
ARG OTP_VERSION=27.1.2
ARG DEBIAN_VERSION=bullseye-20241016-slim