File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
eng/pipelines/templates/variables Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ variables:
15
15
- name : almaLinuxContainer
16
16
value : mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-source-build
17
17
- name : alpineLatestContainer
18
- value : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
18
+ value : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
19
19
- name : alpinePreviousContainer
20
- value : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
20
+ value : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
21
21
- name : centOSStreamContainer
22
22
value : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
23
23
- name : fedoraContainer
@@ -50,9 +50,9 @@ variables:
50
50
- name : almaLinuxName
51
51
value : AlmaLinux8
52
52
- name : alpineLatestName
53
- value : Alpine320
53
+ value : Alpine321
54
54
- name : alpinePreviousName
55
- value : Alpine319
55
+ value : Alpine320
56
56
- name : centOSStreamName
57
57
value : CentOSStream9
58
58
- name : fedoraName
@@ -69,9 +69,9 @@ variables:
69
69
- name : linuxMuslArm64Rid
70
70
value : linux-musl-arm64
71
71
- name : alpineLatestX64Rid
72
- value : alpine.3.20 -x64
72
+ value : alpine.3.21 -x64
73
73
- name : alpinePreviousX64Rid
74
- value : alpine.3.19 -x64
74
+ value : alpine.3.20 -x64
75
75
- name : centOSStreamX64Rid
76
76
value : centos.9-x64
77
77
- name : fedoraX64Rid
You can’t perform that action at this time.
0 commit comments