From a4fc448a52fa095f6aeebf68f3763e2c794bd4c0 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 24 Mar 2025 17:37:52 +0100 Subject: [PATCH] Container: Bump versions to Erlang/OTP 27.3 and Elixir 1.18.3 --- .github/container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/container/Dockerfile b/.github/container/Dockerfile index 8aa356949..2a271215d 100644 --- a/.github/container/Dockerfile +++ b/.github/container/Dockerfile @@ -1,6 +1,6 @@ #' Define default build variables -ARG OTP_VSN='27.2' -ARG ELIXIR_VSN='1.18.1' +ARG OTP_VSN='27.3' +ARG ELIXIR_VSN='1.18.3' ARG UID='9000' ARG USER='ejabberd' ARG HOME="opt/$USER"