From dcc4f4e969d4298aaaf8b97e6d3b6e0a986bef72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:13:23 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/universal docker tag to v5 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 37c8f4eb0..038afa5ac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:4", + "image": "mcr.microsoft.com/devcontainers/universal:5", "features": { "ghcr.io/devcontainers/features/node:1": {} }