Upgrate alpine to 3.10

pull/45/head
Christophe Romain 5 years ago
parent e767adc51f
commit d897286809

@ -27,7 +27,7 @@ RUN mkdir runtime \
&& rm bin/ejabberd bin/ejabberd.bat
# Runtime container
FROM alpine:3.9
FROM alpine:3.10
ARG VERSION
ARG VCS_REF
ARG BUILD_DATE

@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.10
LABEL maintainer="ProcessOne <contact@process-one.net>" \
product="Ejabberd mix development environment"

Loading…
Cancel
Save