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.
2 parents 59df3e8 + 74a871c commit 0c7ef33Copy full SHA for 0c7ef33
.devcontainer/devcontainer.json
@@ -1,4 +1,7 @@
1
{
2
"name": "Node.js",
3
- "image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm"
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:24",
4
+ "features": {
5
+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
6
+ }
7
}
0 commit comments