Skip to content

Commit c1130ce

Browse files
[release/9.0.1xx] Update SB dev container image (#44892)
1 parent 1d36b28 commit c1130ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SourceBuild/content/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Container contains checked-out source code only
22
{
33
"name": "Default",
4-
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39",
4+
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41",
55
"hostRequirements": {
66
// A completely source built .NET is >64 GB with all the repos/artifacts
77
"storage": "128gb"

src/SourceBuild/content/.devcontainer/prebuilt-sdk/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Container contains a pre-built SDK
22
{
33
"name": "Pre-built .NET SDK",
4-
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39",
4+
"image": "mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41",
55
"hostRequirements": {
66
// A completely source built .NET is >64 GB with all the repos/artifacts
77
"storage": "128gb"

0 commit comments

Comments
 (0)