From 957da060fa20f78aa828fe9369d2a589eae8f85f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 06:52:59 +0200 Subject: [PATCH] build(deps): bump ghcr.io/devcontainers/features/node from 1.7.1 to 2.0.0 (#22287) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 19e8b41ab0..f7b08cf0cf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "tldr-pages", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Use Microsoft's Ubuntu Base image for the dev container "features": { // Use Node, Python and GitHub CLI features in the dev container - "ghcr.io/devcontainers/features/node:1": {}, + "ghcr.io/devcontainers/features/node:2": {}, "ghcr.io/devcontainers/features/python:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {} },