Use alpine:latest instead of alpine:edge (#393)

* Use alpine:latest instead of alpine:edge

* Add changelog
This commit is contained in:
Benedikt Kulmann
2020-07-23 10:44:45 +02:00
committed by GitHub
parent 8627042603
commit e4ff8f693f
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/alpine:edge
FROM amd64/alpine:latest
RUN apk update && \
apk upgrade && \