Use alpine stable

This commit is contained in:
vzwGrey 2019-07-22 00:55:38 +02:00
parent 5922160290
commit 806963cf22
1 changed files with 1 additions and 1 deletions

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 && \