feat: upgrade erlang to 27.2

This commit is contained in:
2024-12-19 00:09:27 +00:00
parent 2dd258ad3d
commit 51e0e8d4c4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
[tools]
erlang = "27.1.3"
erlang = "27.2"
elixir = "1.17.3"
task = "3.39.2"

View File

@@ -1,5 +1,5 @@
ARG ELIXIR_VERSION=1.17.3
ARG OTP_VERSION=27.1.3
ARG OTP_VERSION=27.2
ARG DEBIAN_VERSION=bookworm-20241202-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"