diff --git a/Dockerfile.iwyu b/Dockerfile.iwyu index f7bfa42..bf6dc7f 100644 --- a/Dockerfile.iwyu +++ b/Dockerfile.iwyu @@ -39,7 +39,7 @@ RUN git clone https://github.com/compiler-explorer/infra /opt/compiler-explorer/ RUN cd /opt/compiler-explorer/infra && make ce RUN /opt/compiler-explorer/infra/bin/ce_install install 'clang 8.0.0' RUN /opt/compiler-explorer/infra/bin/ce_install install 'clang 16.0.0' -RUN /opt/compiler-explorer/infra/bin/ce_install install 'clang 17.0.0' +RUN /opt/compiler-explorer/infra/bin/ce_install install 'clang 17.0.1' RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-linux-x86_64.tar.gz \ | tar zx -C /usr --strip-components=1