-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gcr.io/distroless/static Docker digest to da2ac7d
- Loading branch information
1 parent
ac50b9a
commit 95e6d72
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:da2ac7d8a75b088d4fcaf29e0ea7387ef23b68bc849b78441e50181ef9962264 as release | ||
COPY --chmod=755 calculator / | ||
ENTRYPOINT [ "/calculator" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters