We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ccf83 commit a9f8fc9Copy full SHA for a9f8fc9
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "Node.js & TypeScript",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:16",
7
8
// Features to add to the dev container. More info: https://containers.dev/features.
9
// "features": {},
0 commit comments