From d36060ec759ee27f22801b34047cb28d87f668f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 20:31:11 +0000 Subject: [PATCH] chore(deps): update ghcr.io/devcontainers/features/node docker tag to v2 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6e232fe..b3f74ac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,7 @@ "shutdownAction": "stopCompose", "features": { "ghcr.io/devcontainers-extra/features/go-task:1": {}, - "ghcr.io/devcontainers/features/node:1": { + "ghcr.io/devcontainers/features/node:2": { "version": "25.9.0" } },