From 9678d25a976fd0d659f052840e78283f9cb1a147 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 8 Dec 2021 08:57:19 -0500 Subject: [PATCH] [libc++] Bump Dockerfile --- libcxx/utils/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile index 18ede5f..947401b 100644 --- a/libcxx/utils/ci/Dockerfile +++ b/libcxx/utils/ci/Dockerfile @@ -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 4 +RUN echo 5 RUN apt-get update && apt-get install -y bash curl -- 2.7.4