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
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