Update to elixir 1.18.4 on erlang 28.0.1

This commit is contained in:
Claudio Ortolina
2025-07-10 20:08:06 +01:00
parent 292329a360
commit 08652424f0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
# - Ex: hexpm/elixir:1.17.2-erlang-27.1-debian-bullseye-20240904-slim
#
ARG ELIXIR_VERSION=1.18.4
ARG OTP_VERSION=27.3.4
ARG DEBIAN_VERSION=bookworm-20250520-slim
ARG OTP_VERSION=28.0.1
ARG DEBIAN_VERSION=bookworm-20250630-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"