Skip to content

Commit 14b84fe

Browse files
committed
docker: Bump up to llvm-17.
1 parent fb1adb0 commit 14b84fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# [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
44
ARG IMAGE="ubuntu-22.04"
5-
ARG LLVM_VERSION="16"
5+
ARG LLVM_VERSION="17"
66

77
FROM mcr.microsoft.com/vscode/devcontainers/cpp:${IMAGE}
88
ARG LLVM_VERSION

0 commit comments

Comments
 (0)