Skip to content

Commit

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

Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot committed Jun 12, 2023
1 parent 3ee6cee commit b69ed47
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:42311d85daf49d0822fad6961031f0de2015fc94ff6e49a7f30cab9b40553bfb
FROM gcr.io/distroless/base:nonroot@sha256:c62385962234a3dae5c9e9777dedc863d99f676b7202cd073e90b06e46021994
COPY --from=base /src/slsa-verifier /
ENTRYPOINT ["/slsa-verifier"]

0 comments on commit b69ed47

Please sign in to comment.