Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6ed72e

Browse files
authoredNov 12, 2024
Update alpine:3.19 Docker digest to 7a85bf5
1 parent 0403064 commit f6ed72e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docker/Dockerfile.linux.amd64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
1+
FROM alpine:3.19@sha256:7a85bf5dc56c949be827f84f9185161265c58f589bb8b2a6b6bb6d3076c1be21
22
RUN apk add --no-cache ca-certificates mailcap && \
33
echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
44

‎docker/Dockerfile.linux.multiarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as alpine
1+
FROM alpine:3.19@sha256:7a85bf5dc56c949be827f84f9185161265c58f589bb8b2a6b6bb6d3076c1be21 as alpine
22
RUN apk add --no-cache ca-certificates mailcap
33

44
FROM scratch

0 commit comments

Comments
 (0)
Please sign in to comment.