We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53bd94 commit af07c71Copy full SHA for af07c71
cli/experimental/service/Dockerfile
@@ -9,6 +9,6 @@ RUN go build -o slsa-verifier -trimpath -ldflags "-s -w -extldflags=-static" -mo
9
# COPY ./service/service slsa-verifier
10
# RUN chmod o+x ./slsa-verifier
11
12
-FROM gcr.io/distroless/base:nonroot@sha256:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f
+FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
13
COPY --from=base /src/slsa-verifier /
14
ENTRYPOINT ["/slsa-verifier"]
0 commit comments