feat: upgrade erlang from 27.3.4 to 28.0.1
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-06-21 18:43:38 -03:00
parent 10d7f15598
commit b0c6b9199f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
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-20250610-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"