File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
eng/pipelines/templates/variables
src/SourceBuild/content/eng/pipelines Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ variables:
20
20
- name : alpineLatestContainerName
21
21
value : alpineLatestContainer
22
22
- name : alpineLatestContainerImage
23
- value : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
23
+ value : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
24
24
25
25
- name : alpinePreviousContainerName
26
26
value : alpinePreviousContainer
27
27
- name : alpinePreviousContainerImage
28
- value : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
28
+ value : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
29
29
30
30
- name : centOSStreamContainerName
31
31
value : centOSStreamContainer
@@ -100,9 +100,9 @@ variables:
100
100
- name : almaLinuxName
101
101
value : AlmaLinux8
102
102
- name : alpineLatestName
103
- value : Alpine320
103
+ value : Alpine321
104
104
- name : alpinePreviousName
105
- value : Alpine319
105
+ value : Alpine320
106
106
- name : centOSStreamName
107
107
value : CentOSStream9
108
108
- name : fedoraName
@@ -119,9 +119,9 @@ variables:
119
119
- name : linuxMuslArm64Rid
120
120
value : linux-musl-arm64
121
121
- name : alpineLatestX64Rid
122
- value : alpine.3.20 -x64
122
+ value : alpine.3.21 -x64
123
123
- name : alpinePreviousX64Rid
124
- value : alpine.3.19 -x64
124
+ value : alpine.3.20 -x64
125
125
- name : centOSStreamX64Rid
126
126
value : centos.9-x64
127
127
- name : fedoraX64Rid
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ extends:
82
82
image : mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-source-build
83
83
options : --privileged
84
84
alpineLatestContainer :
85
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
85
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
86
86
options : --privileged
87
87
alpinePreviousContainer :
88
- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
88
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
89
89
options : --privileged
90
90
centOSStreamContainer :
91
91
image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
You can’t perform that action at this time.
0 commit comments