Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/base:nonroot docker digest to 6…
Browse files Browse the repository at this point in the history
…d4a4f4
  • Loading branch information
renovate-bot committed Nov 29, 2024
1 parent 17f7958 commit 1b14f0f
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:e5260be292def77bc70d03003f788f3d32c0796972ea1412d72cc0c843ab139a
FROM gcr.io/distroless/base:nonroot@sha256:6d4a4f40e93615df1677463ca56456379cc3a4e2359308c9e72bc60ffc4a12a9
COPY --from=base /src/slsa-verifier /
ENTRYPOINT ["/slsa-verifier"]

0 comments on commit 1b14f0f

Please sign in to comment.