[libcxx-commits] [libcxx] [libc++] Update the docker base image version (PR #185863)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 11 04:51:45 PDT 2026


https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/185863

None

>From b1bb7ea0baa2465ed510d309e3476a32760e63c8 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Wed, 11 Mar 2026 12:51:23 +0100
Subject: [PATCH] [libc++] Update the docker base image version

---
 libcxx/utils/ci/docker/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcxx/utils/ci/docker/docker-compose.yml b/libcxx/utils/ci/docker/docker-compose.yml
index 6fc155a769aca..6dd0881ac7b14 100644
--- a/libcxx/utils/ci/docker/docker-compose.yml
+++ b/libcxx/utils/ci/docker/docker-compose.yml
@@ -23,7 +23,7 @@ services:
       context: ../../../.. # monorepo root
       dockerfile: libcxx/utils/ci/docker/linux-builder.dockerfile
       args:
-        BASE_IMAGE_VERSION: 9b04a3cd393c24dfe14cf72f2130a17a9b2020b3
+        BASE_IMAGE_VERSION: e9437d01e4a95c0752937b9a35121457b5835afa
         GITHUB_RUNNER_VERSION: 2.331.0
 
   libcxx-android-builder:
@@ -32,7 +32,7 @@ services:
       context: ../../../.. # monorepo root
       dockerfile: libcxx/utils/ci/docker/android-builder.dockerfile
       args:
-        BASE_IMAGE_VERSION: 9b04a3cd393c24dfe14cf72f2130a17a9b2020b3
+        BASE_IMAGE_VERSION: e9437d01e4a95c0752937b9a35121457b5835afa
         ANDROID_CLANG_VERSION: r563880
         ANDROID_CLANG_PREBUILTS_COMMIT: 6ae4184bb8706f9731569b9a0a82be3fcdcb951c
         ANDROID_SYSROOT_COMMIT: f8b85cc5262c6e5cbc9a92c1bab2b18b32a4c63f



More information about the libcxx-commits mailing list