Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/base:nonroot docker digest to e…
Browse files Browse the repository at this point in the history
…406b1d

Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Apr 22, 2023
1 parent 2e60ff0 commit 8d6ac39
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:e406b1da09bc455495417a809efe48a03c48011a89f6eb57b0ab882508021c0d
COPY --from=base /src/slsa-verifier /
ENTRYPOINT ["/slsa-verifier"]

0 comments on commit 8d6ac39

Please sign in to comment.