Downgrade alpine to 3.9 (#46)

This reverts commit d897286809.
pull/51/head
Christophe Romain 5 years ago
parent a6967fabba
commit 1dde352cb8

@ -10,7 +10,6 @@
- Add STUN/TURN & SIP support
- Add libgd for image manupilation
- Add Dockerhub build hook
- Upgrade alpine to 3.10
- Keep SQL init scripts in database volume
# Version 19.05

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

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

Loading…
Cancel
Save