1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-05 19:42:11 +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:
Badlop 2025-03-17 15:11:24 +01:00
parent 1d79edbae0
commit 427a29c74e
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#' Define default build variables
ARG OTP_VSN='27.3.3'
ARG ELIXIR_VSN='1.18.3'
ARG OTP_VSN='27.3.4'
ARG ELIXIR_VSN='1.18.4'
ARG UID='9000'
ARG USER='ejabberd'
ARG HOME="opt/$USER"