24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Update Alpine to 3.17 to get Elixir 1.14 required by recent libraries

This commit is contained in:
Badlop 2023-01-25 17:20:23 +01:00
parent c5c7e7fc4d
commit 43cae922f3

View File

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