We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1adb0 commit 14b84feCopy full SHA for 14b84fe
.devcontainer/Dockerfile
@@ -2,7 +2,7 @@
2
3
# [Choice] Debian / Ubuntu version (use Debian 11, Ubuntu 18.04/22.04 on local arm64/Apple Silicon): debian-11, debian-10, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04
4
ARG IMAGE="ubuntu-22.04"
5
-ARG LLVM_VERSION="16"
+ARG LLVM_VERSION="17"
6
7
FROM mcr.microsoft.com/vscode/devcontainers/cpp:${IMAGE}
8
ARG LLVM_VERSION
0 commit comments