Update erlang to 28.4.3

This commit is contained in:
Claudio Ortolina
2026-04-21 14:28:14 +01:00
parent 016c4691be
commit 9e1b66a535
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# - 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.20.0-rc.4 ARG ELIXIR_VERSION=1.20.0-rc.4
ARG OTP_VERSION=28.4.2 ARG OTP_VERSION=28.4.3
ARG DEBIAN_VERSION=trixie-20260406-slim ARG DEBIAN_VERSION=trixie-20260406-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}"
+1 -1
View File
@@ -19,7 +19,7 @@ HURL_coolify_token = 'change-me'
[tools] [tools]
elixir = "1.20.0-rc.4-otp-28" elixir = "1.20.0-rc.4-otp-28"
erlang = "28.4.2" erlang = "28.4.3"
node = "25.9.0" node = "25.9.0"
hurl = 'latest' hurl = 'latest'
sqlite = 'latest' sqlite = 'latest'