1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Container: Bump versions to Erlang/OTP 27.2 and Elixir 1.18.1

This commit is contained in:
Badlop 2025-01-03 11:24:22 +01:00
parent 8ebbb45a19
commit 457d8fc6cc
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#' Define default build variables #' Define default build variables
## specifc ARGs for METHOD='direct' ## specifc ARGs for METHOD='direct'
ARG OTP_VSN='26.2' ARG OTP_VSN='27.2'
ARG ELIXIR_VSN='1.16.2' ARG ELIXIR_VSN='1.18.1'
## specifc ARGs for METHOD='package' ## specifc ARGs for METHOD='package'
ARG ALPINE_VSN='3.19' ARG ALPINE_VSN='3.19'
## general ARGs ## general ARGs

View file

@ -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 This document explains how to use the `ejabberd` container image available in
[ghcr.io/processone/ejabberd](https://github.com/processone/ejabberd/pkgs/container/ejabberd), [ghcr.io/processone/ejabberd](https://github.com/processone/ejabberd/pkgs/container/ejabberd),
built using the files in `.github/container/`. 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 Alternatively, there is also the `ecs` container image available in
[docker.io/ejabberd/ecs](https://hub.docker.com/r/ejabberd/ecs/), [docker.io/ejabberd/ecs](https://hub.docker.com/r/ejabberd/ecs/),