diff options
author | Derek Mauro <dmauro@google.com> | 2023-06-13 07:41:19 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-06-13 07:42:19 -0700 |
commit | dc37a887fdc3d91ec9a67b93af9fa4c1ccb02545 (patch) | |
tree | 54b792c8e2f37b6a0ca64962bc310da08cc5273b | |
parent | 8a1b239cce0cb1997f9f1a896ed27d87cd4d8434 (diff) |
CI: Update the Docker container used to test Alpine Linux
PiperOrigin-RevId: 539960446
Change-Id: If2de8bf32ffeed849280f78f8ac0685e11e80f59
-rw-r--r-- | ci/linux_docker_containers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/linux_docker_containers.sh b/ci/linux_docker_containers.sh index 4dfa3175..a07c64ce 100644 --- a/ci/linux_docker_containers.sh +++ b/ci/linux_docker_containers.sh @@ -15,7 +15,7 @@ # The file contains Docker container identifiers currently used by test scripts. # Test scripts should source this file to get the identifiers. -readonly LINUX_ALPINE_CONTAINER="gcr.io/google.com/absl-177019/alpine:20201026" +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:20230217" readonly LINUX_GCC_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20230517" readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120" |