chore(deps): update dependency erlang to v28.0.2
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-08-07 12:23:32 -03:00
parent 7505d82cfc
commit 6a223a335e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
ARG ELIXIR_VERSION=1.18.4
ARG OTP_VERSION=28.0.1
ARG DEBIAN_VERSION=bookworm-20250610-slim
ARG OTP_VERSION=28.0.2
ARG DEBIAN_VERSION=bookworm-20250721-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"