We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62865a commit 9a4e360Copy full SHA for 9a4e360
kokoro/testutils/go_test_container_images.sh
@@ -23,7 +23,8 @@ _image_prefix() {
23
24
# Linux container images for Tink Go libraries.
25
readonly TINK_GO_BASE_IMAGE_NAME="linux-tink-go-base"
26
-readonly TINK_GO_BASE_IMAGE_HASH="be963aaf342c6987772dcc3f45018ac38ad1bf324a615cfcd48560f90ad7323f"
+# Image from 2024-03-19.
27
+readonly TINK_GO_BASE_IMAGE_HASH="309617d28992a6b381ef3cbb229375d1a0907a5423be5856f43fa87da3490401"
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