Skip to content

Commit 59ffa0e

Browse files
committed
[libc++][CI] Improves updating Docker image.
This makes it easier to build a new Docker image in the CI. Since the new image is not used automatically it's safe to commit these changes directly to main. Then use a PR to test the new image.
1 parent 1657331 commit 59ffa0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
ARG BASE_IMAGE
4545
FROM $BASE_IMAGE AS builder-base
4646

47+
# 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."
50+
4751
# Make sure apt-get doesn't try to prompt for stuff like our time zone, etc.
4852
ENV DEBIAN_FRONTEND=noninteractive
4953

0 commit comments

Comments
 (0)