Skip to content

Commit

Permalink
chore(docker-image): update gcr.io/distroless/static:nonroot docker d…
Browse files Browse the repository at this point in the history
…igest to 6cd937e
  • Loading branch information
angelnu-bot[bot] authored Nov 30, 2024
1 parent 2ee4117 commit 4893606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN \

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea
FROM gcr.io/distroless/static:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58
WORKDIR /
COPY --from=build /workspace/src/webhook /app/webhook
USER nonroot:nonroot
Expand Down

0 comments on commit 4893606

Please sign in to comment.