We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940dce2 commit df3d730Copy full SHA for df3d730
.devcontainer/Dockerfile
@@ -1,3 +1,3 @@
1
-ARG VARIANT="buster"
+ARG VARIANT="bookworm"
2
FROM mcr.microsoft.com/devcontainers/rust:1-${VARIANT}
3
RUN sudo apt update && sudo apt install -y cmake
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
"name": "Rust",
"build": {
4
"dockerfile": "Dockerfile",
5
- "args": { "VARIANT": "buster" }
+ "args": { "VARIANT": "bookworm" }
6
},
7
"postCreateCommand": "git config --global --add safe.directory $PWD && cargo install cargo-insta",
8
"extensions": ["EditorConfig.EditorConfig"],
0 commit comments