Skip to content

Commit 228797b

Browse files
Update mcr.microsoft.com/devcontainers/typescript-node Docker tag to v4
1 parent 48963a1 commit 228797b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
33
{
44
"name": "Node.js & TypeScript",
5-
"image": "mcr.microsoft.com/devcontainers/typescript-node:3-20",
5+
"image": "mcr.microsoft.com/devcontainers/typescript-node:4-20",
66
"forwardPorts": [3000],
77
"postCreateCommand": "npm install",
88
"postStartCommand": "npm run dev"

0 commit comments

Comments
 (0)