Container: Update Alpine to 3.16, the latest one cached in Github Actions

This commit is contained in:
Badlop 2023-01-16 13:10:39 +01:00
parent eb12c1db1b
commit ce10bed5d8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.15.4 AS build
FROM alpine:3.16 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.15.4
FROM alpine:3.16
ENV HOME=/opt/ejabberd
ARG VERSION=master