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 42d15c6
  • Loading branch information
angelnu-bot[bot] authored Sep 7, 2024
1 parent 790a8f8 commit abdbace
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:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65
FROM gcr.io/distroless/static:nonroot@sha256:42d15c647a762d3ce3a67eab394220f5268915d6ddba9006871e16e4698c3a24
WORKDIR /
COPY --from=build /workspace/src/webhook /app/webhook
USER nonroot:nonroot
Expand Down

0 comments on commit abdbace

Please sign in to comment.