From 180799caa2cce887fede0c552095d3ecf729928a Mon Sep 17 00:00:00 2001 From: "uniproject-renovate[bot]" <254712713+uniproject-renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:13:56 +0000 Subject: [PATCH] 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 252f450..cacaf88 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "30DaysOf Astro Template", - "image": "mcr.microsoft.com/devcontainers/universal:2", + "image": "mcr.microsoft.com/devcontainers/universal:5", "waitFor": "onCreateCommand", "updateContentCommand": "",