Merge pull request #1 from improbable/OS-3180-upgrade-base-image-to-alpine-313

fix: upgrade alpine from 3.11 oto 3.13
pull/72/head
Stefania 3 years ago committed by GitHub
commit 12239a1cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@ RUN mkdir runtime \
&& cp -r /ejabberd/sql lib/ejabberd-*/priv
# Runtime container
FROM alpine:3.11
FROM alpine:3.13
ARG VERSION
ARG VCS_REF
ARG BUILD_DATE

Loading…
Cancel
Save