We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5537b1c commit 27c0529Copy full SHA for 27c0529
.devcontainer/devcontainer.json
@@ -1,6 +1,7 @@
1
{
2
- "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
+ "image": "mcr.microsoft.com/devcontainers/base:dev-bookworm",
3
"features": {
4
+ "ghcr.io/devcontainers/features/node:1": {},
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6
"ghcr.io/devcontainers/features/azure-cli:1": {}
7
},
0 commit comments