Container: Update Alpine to 3.17 to get Erlang/OTP 25 and Elixir 1.14

This commit is contained in:
Badlop 2023-01-27 12:12:39 +01:00
parent 440ede313b
commit de477f7b6c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.16 AS build
FROM alpine:3.17 AS build
ARG VERSION=master
RUN apk upgrade --update musl \
@ -63,7 +63,7 @@ RUN export PEM=/opt/ejabberd/conf/server.pem \
\ncertfiles: \
\n - /opt/ejabberd/conf/server.pem' "/opt/ejabberd/conf/ejabberd.yml"
FROM alpine:3.16
FROM alpine:3.17
ENV HOME=/opt/ejabberd
ARG VERSION=master