Skip to content

Commit

Permalink
Update Docker image for Tink Go
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617159220
Change-Id: If7b88bcfdb491dd2898826ca72b8477448e37ea1
  • Loading branch information
morambro authored and copybara-github committed Mar 19, 2024
1 parent f62865a commit 9a4e360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kokoro/testutils/go_test_container_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ _image_prefix() {

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

unset -f _image_prefix

0 comments on commit 9a4e360

Please sign in to comment.