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
…778d4f (slsa-framework#293)

Co-authored-by: asraa <asraa@google.com>
  • Loading branch information
renovate-bot and asraa authored Oct 12, 2022
1 parent 4f09605 commit 3ab86db
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:33fac4dddb67a1c7d2a93258373c0744776c4ab68af52e1107cc66e3c702c336
FROM gcr.io/distroless/base:nonroot@sha256:3778d4faa3e5cc2249555b7d4bf1b9da1c529bb3362a4d3f71b6560444a1a430
COPY --from=base /src/slsa-verifier /
ENTRYPOINT ["/slsa-verifier"]

0 comments on commit 3ab86db

Please sign in to comment.