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

This commit is contained in:
Benedikt Kulmann
2020-07-23 10:13:44 +02:00
parent 2f3332a55b
commit 7c26a25176
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:edge
FROM arm32v6/alpine:latest
RUN apk update && \
apk upgrade && \