Skip to content

Commit 61c3982

Browse files
morambrocopybara-github
authored andcommitted
Update base containers image for testing
PiperOrigin-RevId: 733327975 Change-Id: I3f1532474492cf5055b4ec5ad312d0ed08025e90
1 parent 015bded commit 61c3982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/testutils/go_test_container_images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _image_prefix() {
2424
# Linux container images for Tink Go libraries.
2525
readonly TINK_GO_BASE_IMAGE_NAME="linux-tink-go-base"
2626
# Image from 2024-09-04.
27-
readonly TINK_GO_BASE_IMAGE_HASH="3c24f9772b0121ec8db448773e0224ec2360475ac19ee419c8f7ea31757f4de8"
27+
readonly TINK_GO_BASE_IMAGE_HASH="db74fb6e70f3f06b3a409b44723953743731af4aa6318d2bf42c3225b4c58b20"
2828
readonly TINK_GO_BASE_IMAGE="$(_image_prefix)/${TINK_GO_BASE_IMAGE_NAME}@sha256:${TINK_GO_BASE_IMAGE_HASH}"
2929

3030
unset -f _image_prefix

0 commit comments

Comments
 (0)