Skip to content

Commit 8a489e3

Browse files
committed
update alpine to 3.21.7
Signed-off-by: André Martins <andre@cilium.io>
1 parent aa33aa0 commit 8a489e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /go/src/github.com/cilium/github-actions
55
RUN make github-actions
66
RUN strip github-actions
77

8-
FROM docker.io/library/alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c as certs
8+
FROM docker.io/library/alpine:3.21.7@sha256:48b0309ca019d89d40f670aa1bc06e426dc0931948452e8491e3d65087abc07d as certs
99
RUN apk --update add ca-certificates
1010

1111
FROM scratch

0 commit comments

Comments
 (0)