Update to OTP 27.2

This commit is contained in:
Claudio Ortolina
2024-12-19 19:59:32 +00:00
parent 45df749200
commit aaad2561ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
elixir 1.18.0-otp-27
erlang 27.1.2
erlang 27.2
+1 -1
View File
@@ -13,7 +13,7 @@
#
ARG ELIXIR_VERSION=1.18.0
ARG OTP_VERSION=27.1.2
ARG DEBIAN_VERSION=bullseye-20241016-slim
ARG DEBIAN_VERSION=bullseye-20241202-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"