Skip to content

Commit

Permalink
Update gcr.io/distroless/static Docker digest to 3f76144
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent ac50b9a commit 7693c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/calculator-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gcr.io/distroless/static includes certificates necessary for TLS.
FROM gcr.io/distroless/static@sha256:be1b7d7cd6a73c147005df4c81041a5aafb28a7c2e9821fb2c7a878024edc23d as release
FROM gcr.io/distroless/static@sha256:3f76144aca7404aa2de8021ea9e8e8e6551523f3dacb872a5d3c27f8bb2bf7dc as release
COPY --chmod=755 calculator /
ENTRYPOINT [ "/calculator" ]
2 changes: 1 addition & 1 deletion cmd/calculator-svc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN CGO_ENABLED=0 go build \
-o calculator-svc ./cmd/calculator-svc/

# gcr.io/distroless/static includes certificates necessary for TLS.
FROM gcr.io/distroless/static@sha256:be1b7d7cd6a73c147005df4c81041a5aafb28a7c2e9821fb2c7a878024edc23d as release
FROM gcr.io/distroless/static@sha256:3f76144aca7404aa2de8021ea9e8e8e6551523f3dacb872a5d3c27f8bb2bf7dc as release
COPY --chmod=755 --from=build /app/calculator-svc /
ENTRYPOINT [ "/calculator-svc" ]

0 comments on commit 7693c0a

Please sign in to comment.