From 4d6123956fedc66150442d849dd9fe78ea4dbdff Mon Sep 17 00:00:00 2001 From: "runway-renovate[bot]" <276657906+runway-renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:36:42 +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 c17fdc16..6201813d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,7 +26,7 @@ } }, "features": { - "ghcr.io/devcontainers/features/node:1": {} + "ghcr.io/devcontainers/features/node:2": {} } // Features to add to the dev container. More info: https://containers.dev/features.