Skip to content

Commit f929d80

Browse files
authored
Use actual sha for static:debug image (and update static:latest) (#1804)
1 parent 2ece6df commit f929d80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

go/static.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# git repository.
2020

2121
DIGESTS = {
22-
# "gcr.io/distroless/static:debug" circa 2021-03-14 11:14 -0400
23-
"debug": "sha256:359e0c5c9a1364d82f567db01e1419dead4dfc04d33271248f9c713007d0c22e",
24-
# "gcr.io/distroless/static:latest" circa 2021-03-14 11:14 -0400
25-
"latest": "sha256:359e0c5c9a1364d82f567db01e1419dead4dfc04d33271248f9c713007d0c22e",
22+
# "gcr.io/distroless/static:debug" circa 2021-04-07 9:30 -0400
23+
"debug": "sha256:acbec568a18bc35f06f95878bcc4b1aa82991824a60174b2233408bd97e25dab",
24+
# "gcr.io/distroless/static:latest" circa 2021-04-07 9:30 -0400
25+
"latest": "sha256:a7752b29b18bb106938caefd8dcce8a94199022cbd06ea42268b968f35e837a8",
2626
}

0 commit comments

Comments
 (0)