We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252119e commit 17aa695Copy full SHA for 17aa695
libcxx/utils/ci/Dockerfile
@@ -46,9 +46,8 @@ FROM $BASE_IMAGE AS builder-base
46
47
# Changing this file causes a rebuild of the image in a GitHub action.
48
# However, it does not cause the CI runners to switch to that image
49
-# automatically, that must be done by updating the SHA in the Github workflow
50
-# file. The date uses the ISO format YYYY-MM-DD.
51
-RUN echo "Last forced update executed on 2025-04-28."
+# automatically, to do that please refer to the documentation.
+RUN echo "Last forced update executed on 2025-07-25."
52
53
# Make sure apt-get doesn't try to prompt for stuff like our time zone, etc.
54
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments