From 375a2b2cbf3fa9ae65ac53294dc788f49d7bb4a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:33:48 +0000 Subject: [PATCH] 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 2552e2a..a244962 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "policybgp", "image": "mcr.microsoft.com/devcontainers/go", "features": { - "ghcr.io/devcontainers/features/node:1": {} + "ghcr.io/devcontainers/features/node:2": {} }, "postCreateCommand": ".devcontainer/postCreate.sh", "runArgs": ["--init", "--privileged"],