Use alpine stable

This commit is contained in:
vzwGrey 2019-07-22 00:55:38 +02:00
parent 5922160290
commit 806963cf22

View file

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:stable
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk update && \