From 9a06d26d509e8becf06ce4ffbcfd3357b292a745 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:34:47 +0000 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/dotnet 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 dc00c52..8bebe6e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/dotnet { "name": "C# (.NET)", - "image": "mcr.microsoft.com/devcontainers/dotnet:1.5.5-8.0-jammy", + "image": "mcr.microsoft.com/devcontainers/dotnet:2.0.4-8.0-jammy", // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/rust:1": {