Update OTP to 27.2.4

This commit is contained in:
Claudio Ortolina
2025-02-21 14:35:43 +00:00
parent 9bc2a2d309
commit 90d8894224
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# - Ex: hexpm/elixir:1.17.2-erlang-27.1-debian-bullseye-20240904-slim
#
ARG ELIXIR_VERSION=1.18.2
ARG OTP_VERSION=27.2.2
ARG OTP_VERSION=27.2.4
ARG DEBIAN_VERSION=bullseye-20250203-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"