[libcxx-commits] [libcxx] [libcxx] Bump base image version to most recent (PR #194209)

Aiden Grossman via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 25 23:26:40 PDT 2026


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/194209

To pull in the changes from bd75c10199a159a20720f8ee5c00afebb033f46e.

>From 769032c5e3d59b211ab5260e5f02f3215607decc Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sun, 26 Apr 2026 06:25:25 +0000
Subject: [PATCH] [libcxx] Bump base image version to most recent

To pull in the changes from bd75c10199a159a20720f8ee5c00afebb033f46e.
---
 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 a94ae3cef7fdc..392a7b5d225f3 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: e849c68657d88d03235b87da34c740cda3abebd4
+        BASE_IMAGE_VERSION: bd75c10199a159a20720f8ee5c00afebb033f46e
         GITHUB_RUNNER_VERSION: 2.334.0
 
   libcxx-android-builder:
@@ -32,7 +32,7 @@ services:
       context: ../../../.. # monorepo root
       dockerfile: libcxx/utils/ci/docker/android-builder.dockerfile
       args:
-        BASE_IMAGE_VERSION: e849c68657d88d03235b87da34c740cda3abebd4
+        BASE_IMAGE_VERSION: bd75c10199a159a20720f8ee5c00afebb033f46e
         ANDROID_CLANG_VERSION: r584948b
         ANDROID_CLANG_PREBUILTS_COMMIT: 2b062008b0a7be59ad85f012cfeee60f052808f1
         ANDROID_SYSROOT_COMMIT: f8b85cc5262c6e5cbc9a92c1bab2b18b32a4c63f



More information about the libcxx-commits mailing list