Skip to content

Commit 17aa695

Browse files
committed
[libc++] Fix the Docker image build
As a drive-by, also fix a comment that was outdated.
1 parent 252119e commit 17aa695

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ FROM $BASE_IMAGE AS builder-base
4646

4747
# Changing this file causes a rebuild of the image in a GitHub action.
4848
# 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."
49+
# automatically, to do that please refer to the documentation.
50+
RUN echo "Last forced update executed on 2025-07-25."
5251

5352
# Make sure apt-get doesn't try to prompt for stuff like our time zone, etc.
5453
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)