[libc++][NFC] Bump Dockerfile to get latest nightly Clang
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 20 Dec 2021 16:25:00 +0000 (11:25 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Mon, 20 Dec 2021 16:25:08 +0000 (11:25 -0500)
libcxx/utils/ci/Dockerfile

index 947401b..ba44004 100644 (file)
@@ -37,7 +37,7 @@ ENV DEBIAN_FRONTEND=noninteractive
 # CI builders to rebuild their copy of the Docker image. This is not a great
 # solution, however without that, the CI builders will keep the same cached
 # Docker image forever.
-RUN echo 5
+RUN echo 6
 
 RUN apt-get update && apt-get install -y bash curl