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 e9ac71e
  • Loading branch information
angelnu-bot[bot] committed Apr 27, 2024
1 parent 7a4235a commit 81fc3fc
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:f41b84cda410b05cc690c2e33d1973a31c6165a2721e2b5343aab50fecb63441
FROM gcr.io/distroless/static:nonroot@sha256:e9ac71e2b8e279a8372741b7a0293afda17650d926900233ec3a7b2b7c22a246
WORKDIR /
COPY --from=build /workspace/src/webhook /app/webhook
USER nonroot:nonroot
Expand Down

0 comments on commit 81fc3fc

Please sign in to comment.