Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/base:nonroot docker digest to 3…
Browse files Browse the repository at this point in the history
…3fac4d (#260)

Co-authored-by: asraa <asraa@google.com>
  • Loading branch information
2 people authored and kpk47 committed Sep 19, 2022
1 parent a6f3494 commit dc8be37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/experimental/service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN go build -o slsa-verifier -trimpath -ldflags "-s -w -extldflags=-static" -mo
# COPY ./service/service slsa-verifier
# RUN chmod o+x ./slsa-verifier

FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
FROM gcr.io/distroless/base:nonroot@sha256:33fac4dddb67a1c7d2a93258373c0744776c4ab68af52e1107cc66e3c702c336
COPY --from=base /src/slsa-verifier /
ENTRYPOINT ["/slsa-verifier"]

0 comments on commit dc8be37

Please sign in to comment.