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 0e3759e commit 0b3d99fCopy full SHA for 0b3d99f
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /go/src/github.com/cilium/github-actions
5
RUN make github-actions
6
RUN strip github-actions
7
8
-FROM docker.io/library/alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c as certs
+FROM docker.io/library/alpine:3.21.7@sha256:48b0309ca019d89d40f670aa1bc06e426dc0931948452e8491e3d65087abc07d as certs
9
RUN apk --update add ca-certificates
10
11
FROM scratch
0 commit comments