We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0403064 commit 84fe77fCopy full SHA for 84fe77f
docker/Dockerfile.linux.amd64
@@ -1,4 +1,4 @@
1
-FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
+FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
2
RUN apk add --no-cache ca-certificates mailcap && \
3
echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
4
docker/Dockerfile.linux.multiarch
-FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as alpine
+FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 as alpine
RUN apk add --no-cache ca-certificates mailcap
FROM scratch
0 commit comments