From 92351ef1d4a50a6151b20528b9754f6aa0ff91c2 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 20 Feb 2026 10:14:20 -0600 Subject: [PATCH] Bump Elixir 1.19.5/OTP 28.3/Debian trixie in Dockerfile and .tool-versions --- .tool-versions | 6 +++--- Dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tool-versions b/.tool-versions index d6d5e2c..6fbf0f9 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -elixir 1.19.0-rc.2-otp-27 -erlang 27.3.4 -gleam 1.11.1 +erlang 28.3 +elixir 1.19.5-otp-28 +#elixir 1.20.0-rc.1-otp-28 diff --git a/Dockerfile b/Dockerfile index 6305749..8900e76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Build arguments -ARG ELIXIR_VERSION=1.18.4 -ARG OTP_VERSION=27.2.4 -ARG DEBIAN_VERSION=bullseye-20250520-slim +ARG ELIXIR_VERSION=1.19.5 +ARG OTP_VERSION=28.3 +ARG DEBIAN_VERSION=trixie-20260202-slim ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}" ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"