Bump Elixir 1.19.5/OTP 28.3/Debian trixie in Dockerfile and .tool-versions

This commit is contained in:
Graham McIntire 2026-02-20 10:14:20 -06:00
parent e11d8fb414
commit 92351ef1d4
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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}"