We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82cd2a commit 3d56aabCopy full SHA for 3d56aab
1 file changed
.devcontainer/devcontainer.json
@@ -2,8 +2,7 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
3
{
4
"name": "Tutorials",
5
- // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:20",
7
"features": {
8
"ghcr.io/devcontainers-contrib/features/jshint:2": {}
9
},
@@ -24,7 +23,4 @@
24
23
]
25
}
26
27
-
28
- // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
29
- // "remoteUser": "root"
30
0 commit comments