Update mcr.microsoft.com/devcontainers/typescript-node Docker tag to v5

This commit is contained in:
renovate[bot]
2026-07-02 20:12:17 +00:00
committed by GitHub
parent 44f4a45969
commit 728f084ab8
+1 -1
View File
@@ -3,7 +3,7 @@
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:4-22-bookworm",
"image": "mcr.microsoft.com/devcontainers/typescript-node:5-22-bookworm",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"postAttachCommand": "cat .vscode/extensions.json | jq -r .recommendations[] | xargs -n 1 code --install-extension",