Skip to content

Commit 10360e7

Browse files
committed
Correct SHA. Add comment.
Change-Id: I32f47f6c09512aa090829ee72497c507e82c90bf
1 parent 58f0e2c commit 10360e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WORKSPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ container_pull(
7777

7878
container_pull(
7979
name = "go-runner",
80-
digest = "sha256:07ae0b21ca58c7f11c80f3b25398a24be1cb5e691d934b6b8d934ff4ba5a65dd",
80+
# this digest is actually go-runner-amd64
81+
digest = "sha256:ff9d9b20255f11611cdcaf3ccd6f395ce2fa02a78c546ec93b4e06eb77359d46",
8182
registry = "registry.k8s.io",
8283
repository = "build-image/go-runner",
8384
# 'tag' is also supported, but digest is encouraged for reproducibility.

0 commit comments

Comments
 (0)