File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
eng/pipelines/common/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ extends:
64
64
ROOTFS_DIR : /crossrootfs/x86
65
65
66
66
linux_x64_dev_innerloop :
67
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22 .04
67
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-24 .04
68
68
69
69
linux_musl_x64_dev_innerloop :
70
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
70
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
71
71
72
72
linux_x64_sanitizer :
73
73
image : mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-amd64-sanitizer
@@ -76,7 +76,7 @@ extends:
76
76
77
77
# Used to test RHEL compatibility: CentOS Stream is upstream of RHEL
78
78
SourceBuild_centos_x64 :
79
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
79
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64
80
80
81
81
# Used to test RHEL compatibility: Alma Linux is downstream of RHEL
82
82
SourceBuild_linux_x64 :
@@ -106,7 +106,7 @@ extends:
106
106
image : mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64
107
107
108
108
linux_x64_llvmaot :
109
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
109
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64
110
110
111
111
browser_wasm :
112
112
image : mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64
You can’t perform that action at this time.
0 commit comments