We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b8f4d commit e42523dCopy full SHA for e42523d
1 file changed
.devcontainer/Dockerfile
@@ -44,7 +44,7 @@ RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
44
RUN update-alternatives --install /usr/bin/gcc gcc $(which gcc-${GCC_VER}) 100
45
RUN update-alternatives --install /usr/bin/g++ g++ $(which g++-${GCC_VER}) 100
46
47
-ARG LLVM_VER="17"
+ARG LLVM_VER="15"
48
# Add clang-${LLVM_VER}
49
ARG LLVM_URL="http://apt.llvm.org/${VARIANT}/"
50
ARG LLVM_PKG="llvm-toolchain-${VARIANT}-${LLVM_VER}"
0 commit comments