Skip to content

Commit 73ef4b6

Browse files
committed
Address the review comment and update the date.
1 parent 59ffa0e commit 73ef4b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ ARG BASE_IMAGE
4545
FROM $BASE_IMAGE AS builder-base
4646

4747
# Changing this file causes a rebuild of the image in a GitHub action.
48-
# The date uses the ISO format YYYY-MM-DD.
49-
RUN echo "Last forced update executed on 2025-04-05."
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."
5052

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

0 commit comments

Comments
 (0)