summaryrefslogtreecommitdiff
path: root/ci/linux_docker_containers.sh
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2023-12-19 09:45:30 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2023-12-19 09:46:27 -0800
commit78c2f64873cdff76f6790413b98ed47937b7f2c4 (patch)
tree46633d7f5c8ba319d5525813a92b2d6904549a96 /ci/linux_docker_containers.sh
parente54fb4e1440c3c1d6933ceec2b36012228507719 (diff)
Update the CI builds that use the latest compiler versions to
use Bazel 7.0.0. CMake is also updated to 3.28.1 PiperOrigin-RevId: 592263272 Change-Id: I4daccdad4bceb483b0400328baebc79591990328
Diffstat (limited to 'ci/linux_docker_containers.sh')
-rw-r--r--ci/linux_docker_containers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/linux_docker_containers.sh b/ci/linux_docker_containers.sh
index 7220e619..e3441743 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:20230612"
-readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20230816"
-readonly LINUX_GCC_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20230816"
+readonly LINUX_CLANG_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20231218"
+readonly LINUX_GCC_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20231218"
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120"