Update Dockerfile.in

Move to LLVM 17
This commit is contained in:
Bensuperpc 2023-11-07 16:12:38 +01:00 committed by GitHub
parent ce2342deee
commit 2b0d4b1792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
ARG CLANG_VERSION=14
ARG CLANG_VERSION=17
ENV CLANG_VERSION=${CLANG_VERSION}
RUN echo "deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm main" >> /etc/apt/sources.list \