From 755955df54aa384ca47ca9d4ddd650b66e63ebdb Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 10 Apr 2026 23:12:51 +0100 Subject: [PATCH] Update elixir to 1.20.0-rc.4 --- Dockerfile | 4 ++-- mise.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 35ce62ce..54cdebf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}" diff --git a/mise.toml b/mise.toml index 052b575d..aa48064c 100644 --- a/mise.toml +++ b/mise.toml @@ -18,7 +18,7 @@ HURL_coolify_host = 'https://' 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'