We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015bded commit 61c3982Copy full SHA for 61c3982
kokoro/testutils/go_test_container_images.sh
@@ -24,7 +24,7 @@ _image_prefix() {
24
# Linux container images for Tink Go libraries.
25
readonly TINK_GO_BASE_IMAGE_NAME="linux-tink-go-base"
26
# Image from 2024-09-04.
27
-readonly TINK_GO_BASE_IMAGE_HASH="3c24f9772b0121ec8db448773e0224ec2360475ac19ee419c8f7ea31757f4de8"
+readonly TINK_GO_BASE_IMAGE_HASH="db74fb6e70f3f06b3a409b44723953743731af4aa6318d2bf42c3225b4c58b20"
28
readonly TINK_GO_BASE_IMAGE="$(_image_prefix)/${TINK_GO_BASE_IMAGE_NAME}@sha256:${TINK_GO_BASE_IMAGE_HASH}"
29
30
unset -f _image_prefix
0 commit comments