From c21c6f4553a8992fa10c3e8761e7758c0462acff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 15:21:49 +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 8962e77..7327d89 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "build": { "dockerfile": "Dockerfile" }, "features": { "ghcr.io/devcontainers/features/git:1": {}, - "ghcr.io/devcontainers/features/node:1": {} + "ghcr.io/devcontainers/features/node:2": {} }, "mounts": [ "source=pyuspto-claude-home,target=/home/vscode/.claude,type=volume"