diff options
author | Derek Mauro <dmauro@google.com> | 2023-02-17 14:11:51 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-02-17 14:12:48 -0800 |
commit | a0f9b465212aea24d3264b82d315b8ee59e8d7a0 (patch) | |
tree | 5b9b080341d8f3134ab10d6cee53c1ddb90520b7 | |
parent | ed37a45a374dce32f78ca65d873902364963dfc2 (diff) |
Update latest Linux container to unbreak Kokoro
PiperOrigin-RevId: 510518832
Change-Id: I086c8f2e34312e2b0384b3c67b9c04814d41ddf0
-rw-r--r-- | ci/linux_docker_containers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/linux_docker_containers.sh b/ci/linux_docker_containers.sh index 1dd8b74a..dcaf18b9 100644 --- a/ci/linux_docker_containers.sh +++ b/ci/linux_docker_containers.sh @@ -16,6 +16,6 @@ # Test scripts should source this file to get the identifiers. readonly LINUX_ALPINE_CONTAINER="gcr.io/google.com/absl-177019/alpine:20201026" -readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20220217" -readonly LINUX_GCC_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20220217" +readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20230217" +readonly LINUX_GCC_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20230217" readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120" |