We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee31e2 commit 28ece42Copy full SHA for 28ece42
.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": "onefetch",
"build": {
4
"dockerfile": "Dockerfile",
5
- "args": { "VARIANT": "buster" }
+ "args": { "VARIANT": "bookworm" }
6
},
7
"customizations": {
8
"vscode": {
0 commit comments