1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Container: Bump versions to Erlang/OTP 27.3 and Elixir 1.18.3

This commit is contained in:
Badlop 2025-03-24 17:37:52 +01:00
parent 01a71dc189
commit a4fc448a52

View file

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