mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 00:14:26 +01:00
Update Dockerfile.in
Move to LLVM 17
This commit is contained in:
parent
ce2342deee
commit
2b0d4b1792
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user