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
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:edge
FROM arm64v8/alpine:latest
RUN apk update && \
apk upgrade && \