From 7554320c7eea30ceede5df7b6071fe8587a821a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:54:20 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/javascript-node docker tag to v4 --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 649cffb..4e876ac 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/javascript-node:3-20", + "image": "mcr.microsoft.com/devcontainers/javascript-node:4-20", "customizations": { "vscode": { "extensions": ["mads-hartmann.bash-ide-vscode"]