pin alpine version

This commit is contained in:
Willy Kloucek
2021-01-16 12:49:47 +01:00
parent c9c198279c
commit 0a94540458
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/alpine:latest
FROM amd64/alpine:3.12
RUN apk update && \
apk upgrade && \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:latest
FROM arm32v6/alpine:3.12
RUN apk update && \
apk upgrade && \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:latest
FROM arm64v8/alpine:3.12
RUN apk update && \
apk upgrade && \