Alpine latest not stable

This commit is contained in:
vzwGrey 2019-07-22 00:56:47 +02:00
parent 806963cf22
commit 1610e2c15d
1 changed files with 1 additions and 1 deletions

View File

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