From c300a374197aa274aff3056538b8e2e3d0e93e52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 7 Feb 2026 09:37:48 +0000 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v24 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0817f86..3723fa2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/javascript-node:22", + "image": "mcr.microsoft.com/devcontainers/javascript-node:24", "forwardPorts": [3000], "portsAttributes": { "3000": {