summaryrefslogtreecommitdiff
path: root/ci/linux_docker_containers.sh
diff options
context:
space:
mode:
authorGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2023-02-18 11:23:34 -0500
committerGravatar GitHub <noreply@github.com>2023-02-18 11:23:34 -0500
commitc8a2f92586fe9b4e1aff049108f5db8064924d8e (patch)
treeb09ad1431986a4dfe011567200ad7abbcef6e344 /ci/linux_docker_containers.sh
parent78be63686ba732b25052be15f8d6dee891c05749 (diff)
Make `SanitizerSafeCopy()` constexpr, and check for constant evaluation (#1399)20230125.1
Also update test Docker container so that LTS patches can be tested This patch cherry-picks 2 commits: a0f9b465212aea24d3264b82d315b8ee59e8d7a0 35e8e3f7a2c6972d4c591448e8bbe4f9ed9f815a
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 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"