Bump Erlang/OTP 28.3.1 and Elixir 1.19.5

This commit is contained in:
Badlop
2026-01-15 17:09:24 +01:00
parent dd7f3033fc
commit a7aa52fc9f
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#' Define default build variables
ARG OTP_VSN='28.3.0.0'
ARG ELIXIR_VSN='1.19.4'
ARG OTP_VSN='28.3.1.0'
ARG ELIXIR_VSN='1.19.5'
ARG UID='9000'
ARG USER='ejabberd'
ARG HOME="opt/$USER"
+1 -1
View File
@@ -1071,7 +1071,7 @@ Let's summarize the differences between both container images. Legend:
| Generated by | [container.yml](https://github.com/processone/ejabberd/blob/master/.github/workflows/container.yml) | [tests.yml](https://github.com/processone/docker-ejabberd/blob/master/.github/workflows/tests.yml) |
| Built for | stable releases <br /> `master` branch | stable releases <br /> [`master` branch zip](https://github.com/processone/docker-ejabberd/actions/workflows/tests.yml) |
| Architectures | `linux/amd64` <br /> `linux/arm64` | `linux/amd64` |
| Software | Erlang/OTP 28.3.0.0-alpine <br /> Elixir 1.19.4 | Alpine 3.22 <br /> Erlang/OTP 26.2 <br /> Elixir 1.18.3 |
| Software | Erlang/OTP 28.3.1.0-alpine <br /> Elixir 1.19.5 | Alpine 3.22 <br /> Erlang/OTP 26.2 <br /> Elixir 1.18.3 |
| Published in | [ghcr.io/processone/ejabberd](https://github.com/processone/ejabberd/pkgs/container/ejabberd) | [docker.io/ejabberd/ecs](https://hub.docker.com/r/ejabberd/ecs/) <br /> [ghcr.io/processone/ecs](https://github.com/processone/docker-ejabberd/pkgs/container/ecs) |
| :black_square_button: **Additional content** |
| [ejabberd-contrib](#ejabberd-contrib) | included | not included |
+2 -2
View File
@@ -71,8 +71,8 @@ expat_vsn='2.7.3'
zlib_vsn='1.3.1'
yaml_vsn='0.2.5'
ssl_vsn='3.5.4'
otp_vsn='28.3'
elixir_vsn='1.19.4'
otp_vsn='28.3.1'
elixir_vsn='1.19.5'
pam_vsn='1.6.1' # Newer Linux-PAM versions use Meson, we don't support that yet.
png_vsn='1.6.45'
jpeg_vsn='9f'