From 4bd134864ce6a15ccf87d7b51f09efb3e5239b96 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Thu, 14 Nov 2024 07:58:36 -0600 Subject: [PATCH] Update SB dev container image --- src/SourceBuild/content/.devcontainer/devcontainer.json | 2 +- .../content/.devcontainer/prebuilt-sdk/devcontainer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SourceBuild/content/.devcontainer/devcontainer.json b/src/SourceBuild/content/.devcontainer/devcontainer.json index b0e1db0a471d..545156dc8370 100644 --- a/src/SourceBuild/content/.devcontainer/devcontainer.json +++ b/src/SourceBuild/content/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // Container contains checked-out source code only { "name": "Default", - "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39", + "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41", "hostRequirements": { // A completely source built .NET is >64 GB with all the repos/artifacts "storage": "128gb" diff --git a/src/SourceBuild/content/.devcontainer/prebuilt-sdk/devcontainer.json b/src/SourceBuild/content/.devcontainer/prebuilt-sdk/devcontainer.json index d7d96d1c191d..411515c3c43b 100644 --- a/src/SourceBuild/content/.devcontainer/prebuilt-sdk/devcontainer.json +++ b/src/SourceBuild/content/.devcontainer/prebuilt-sdk/devcontainer.json @@ -1,7 +1,7 @@ // Container contains a pre-built SDK { "name": "Pre-built .NET SDK", - "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39", + "image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41", "hostRequirements": { // A completely source built .NET is >64 GB with all the repos/artifacts "storage": "128gb"