From 3406561a445fad81462e02585452266859f5802e Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 13 May 2026 20:03:49 +0100 Subject: [PATCH] Update elixir to 1.20.0-rc.5 --- Dockerfile | 2 +- mise.lock | 5 ++++- mise.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f899bc5..de1f6f83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.20.0-rc.4 +ARG ELIXIR_VERSION=1.20.0-rc.5 ARG OTP_VERSION=28.5 ARG DEBIAN_VERSION=trixie-20260505-slim diff --git a/mise.lock b/mise.lock index 218c7ade..74c01514 100644 --- a/mise.lock +++ b/mise.lock @@ -1,9 +1,12 @@ # @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html [[tools.elixir]] -version = "1.20.0-rc.4-otp-28" +version = "1.20.0-rc.5-otp-28" backend = "core:elixir" +[tools.elixir."platforms.macos-arm64"] +checksum = "blake3:d95b1166d03ea4d515e353c1a6e094987ece268171d3edaaa17641abe7ee28e7" + [[tools.erlang]] version = "28.5" backend = "core:erlang" diff --git a/mise.toml b/mise.toml index 1eaa91c4..cdbd976a 100644 --- a/mise.toml +++ b/mise.toml @@ -21,7 +21,7 @@ HURL_VARIABLE_coolify_host = 'https://' HURL_VARIABLE_coolify_token = 'change-me' [tools] -elixir = "1.20.0-rc.4-otp-28" +elixir = "1.20.0-rc.5-otp-28" erlang = "28.5" node = "26.0.0" hurl = '8.0.0'