From 9b953b0fcc47d15e9cc261baaca2d9841a8f587e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 09:20:26 +0800 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v4 (#55360) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c78e64d1e3..4b7b4db3ee 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node { "name": "ant-design", - "image": "mcr.microsoft.com/devcontainers/typescript-node:3-22-bookworm", + "image": "mcr.microsoft.com/devcontainers/typescript-node:4-22-bookworm", "postCreateCommand": "pnpm install", "customizations": { "vscode": {