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

This commit is contained in:
Benedikt Kulmann
2020-07-23 11:25:01 +02:00
parent 98b583f663
commit 8a0a5c3c7c
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 && \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:edge
FROM arm32v6/alpine:latest
RUN apk update && \
apk upgrade && \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:edge
FROM arm64v8/alpine:latest
RUN apk update && \
apk upgrade && \