From bdff402a5919d3db493d7791bfa2ce5b3a9dc038 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:32:13 +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..0026845 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.1.3-8.0-jammy", // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/rust:1": {