Update elixir to 1.20.0-rc.4

This commit is contained in:
Claudio Ortolina
2026-04-10 23:12:51 +01:00
parent 2422b6a243
commit 755955df54
2 changed files with 3 additions and 3 deletions
+2 -2
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.20.0-rc.3
ARG ELIXIR_VERSION=1.20.0-rc.4
ARG OTP_VERSION=28.4.1
ARG DEBIAN_VERSION=trixie-20260316-slim
ARG DEBIAN_VERSION=trixie-20260406-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
+1 -1
View File
@@ -18,7 +18,7 @@ HURL_coolify_host = 'https://<fqdn>'
HURL_coolify_token = 'change-me'
[tools]
elixir = "1.20.0-rc.3-otp-28"
elixir = "1.20.0-rc.4-otp-28"
erlang = "28.4.1"
node = "24.13.0"
hurl = 'latest'