Use alpine:latest instead of alpine:edge in docker builds

This commit is contained in:
Benedikt Kulmann
2020-07-23 10:00:30 +02:00
parent 7af05fb191
commit aa107eaa1a
4 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM amd64/alpine:edge
FROM amd64/alpine:latest
RUN apk update && \
apk upgrade && \