Skip to content

Commit

Permalink
Update gcr.io/distroless/static Docker digest to 262ae33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent ac50b9a commit 970332d
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
@@ -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:262ae336f8e9291f8edc9a71a61d5d568466edc1ea4818752d4af3d230a7f9ef as release
COPY --chmod=755 calculator /
ENTRYPOINT [ "/calculator" ]
2 changes: 1 addition & 1 deletion cmd/calculator-svc/Dockerfile
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:262ae336f8e9291f8edc9a71a61d5d568466edc1ea4818752d4af3d230a7f9ef as release
COPY --chmod=755 --from=build /app/calculator-svc /
ENTRYPOINT [ "/calculator-svc" ]

0 comments on commit 970332d

Please sign in to comment.