From 457d8fc6ccd927304dad5abbd984b170914d2dae Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 3 Jan 2025 11:24:22 +0100 Subject: [PATCH] Container: Bump versions to Erlang/OTP 27.2 and Elixir 1.18.1 --- .github/container/Dockerfile | 4 ++-- CONTAINER.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/container/Dockerfile b/.github/container/Dockerfile index f9a97e0af..2a44b9035 100644 --- a/.github/container/Dockerfile +++ b/.github/container/Dockerfile @@ -1,7 +1,7 @@ #' Define default build variables ## specifc ARGs for METHOD='direct' -ARG OTP_VSN='26.2' -ARG ELIXIR_VSN='1.16.2' +ARG OTP_VSN='27.2' +ARG ELIXIR_VSN='1.18.1' ## specifc ARGs for METHOD='package' ARG ALPINE_VSN='3.19' ## general ARGs diff --git a/CONTAINER.md b/CONTAINER.md index 5284afd7f..95115a6c2 100644 --- a/CONTAINER.md +++ b/CONTAINER.md @@ -19,7 +19,7 @@ that includes [XMPP][xmpp] Server, [MQTT][mqtt] Broker and [SIP][sip] Service. This document explains how to use the `ejabberd` container image available in [ghcr.io/processone/ejabberd](https://github.com/processone/ejabberd/pkgs/container/ejabberd), built using the files in `.github/container/`. -This image is based in Alpine 3.19, includes Erlang/OTP 26.2 and Elixir 1.16.1. +This image is based in Alpine 3.19, includes Erlang/OTP 27.2 and Elixir 1.18.1. Alternatively, there is also the `ecs` container image available in [docker.io/ejabberd/ecs](https://hub.docker.com/r/ejabberd/ecs/),