Skip to content

Commit 1837a83

Browse files
committed
[libc++] Trigger a rebuild of the CI Docker images
1 parent 8bd8dd1 commit 1837a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ENV DEBIAN_FRONTEND=noninteractive
3737
# CI builders to rebuild their copy of the Docker image. This is not a great
3838
# solution, however without that, the CI builders will keep the same cached
3939
# Docker image forever.
40-
RUN echo 1
40+
RUN echo 2
4141

4242
RUN apt-get update && apt-get install -y bash curl
4343

0 commit comments

Comments
 (0)