mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Bump Erlang/OTP 27.3.4.1, Elixir 1.18.4, libexpat 2.7.1, OpenSSL 3.5.1
Notice: - installers use OTP 27.3.4.1, the latest available right now - containers use OTP 27.3.4, because container for 27.3.4.1 was not published, see https://hub.docker.com/_/erlang
This commit is contained in:
parent
1d79edbae0
commit
427a29c74e
3 changed files with 7 additions and 7 deletions
4
.github/container/Dockerfile
vendored
4
.github/container/Dockerfile
vendored
|
@ -1,6 +1,6 @@
|
||||||
#' Define default build variables
|
#' Define default build variables
|
||||||
ARG OTP_VSN='27.3.3'
|
ARG OTP_VSN='27.3.4'
|
||||||
ARG ELIXIR_VSN='1.18.3'
|
ARG ELIXIR_VSN='1.18.4'
|
||||||
ARG UID='9000'
|
ARG UID='9000'
|
||||||
ARG USER='ejabberd'
|
ARG USER='ejabberd'
|
||||||
ARG HOME="opt/$USER"
|
ARG HOME="opt/$USER"
|
||||||
|
|
|
@ -1072,7 +1072,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) |
|
| 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) |
|
| 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` |
|
| Architectures | `linux/amd64` <br /> `linux/arm64` | `linux/amd64` |
|
||||||
| Software | Erlang/OTP 27.3.3-alpine <br /> Elixir 1.18.3 | Alpine 3.19 <br /> Erlang/OTP 26.2 <br /> Elixir 1.15.7 |
|
| Software | Erlang/OTP 27.3.4-alpine <br /> Elixir 1.18.4 | Alpine 3.19 <br /> Erlang/OTP 26.2 <br /> Elixir 1.15.7 |
|
||||||
| 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) |
|
| 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** |
|
| :black_square_button: **Additional content** |
|
||||||
| [ejabberd-contrib](#ejabberd-contrib) | included | not included |
|
| [ejabberd-contrib](#ejabberd-contrib) | included | not included |
|
||||||
|
|
|
@ -67,12 +67,12 @@ rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:]
|
||||||
mix_vsn=$(mix_version "$rel_vsn")
|
mix_vsn=$(mix_version "$rel_vsn")
|
||||||
crosstool_vsn='1.27.0'
|
crosstool_vsn='1.27.0'
|
||||||
termcap_vsn='1.3.1'
|
termcap_vsn='1.3.1'
|
||||||
expat_vsn='2.6.4'
|
expat_vsn='2.7.1'
|
||||||
zlib_vsn='1.3.1'
|
zlib_vsn='1.3.1'
|
||||||
yaml_vsn='0.2.5'
|
yaml_vsn='0.2.5'
|
||||||
ssl_vsn='3.4.1'
|
ssl_vsn='3.5.1'
|
||||||
otp_vsn='27.3.3'
|
otp_vsn='27.3.4.1'
|
||||||
elixir_vsn='1.18.3'
|
elixir_vsn='1.18.4'
|
||||||
pam_vsn='1.6.1' # Newer Linux-PAM versions use Meson, we don't support that yet.
|
pam_vsn='1.6.1' # Newer Linux-PAM versions use Meson, we don't support that yet.
|
||||||
png_vsn='1.6.45'
|
png_vsn='1.6.45'
|
||||||
jpeg_vsn='9f'
|
jpeg_vsn='9f'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue