Skip to content

Commit 9a4e360

Browse files
morambrocopybara-github
authored andcommitted
Update Docker image for Tink Go
PiperOrigin-RevId: 617159220 Change-Id: If7b88bcfdb491dd2898826ca72b8477448e37ea1
1 parent f62865a commit 9a4e360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kokoro/testutils/go_test_container_images.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ _image_prefix() {
2323

2424
# Linux container images for Tink Go libraries.
2525
readonly TINK_GO_BASE_IMAGE_NAME="linux-tink-go-base"
26-
readonly TINK_GO_BASE_IMAGE_HASH="be963aaf342c6987772dcc3f45018ac38ad1bf324a615cfcd48560f90ad7323f"
26+
# Image from 2024-03-19.
27+
readonly TINK_GO_BASE_IMAGE_HASH="309617d28992a6b381ef3cbb229375d1a0907a5423be5856f43fa87da3490401"
2728
readonly TINK_GO_BASE_IMAGE="$(_image_prefix)/${TINK_GO_BASE_IMAGE_NAME}@sha256:${TINK_GO_BASE_IMAGE_HASH}"
2829

2930
unset -f _image_prefix

0 commit comments

Comments
 (0)