Merge pull request #1219 from owncloud/pin_alpine_version

pin alpine version
This commit is contained in:
Phil Davis
2021-01-16 21:06:28 +05:45
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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