Skip to content

Commit c5a9b26

Browse files
[release/9.0.1xx] Upgrade latest Alpine to 3.21 for VMR builds (#45416)
1 parent a345a00 commit c5a9b26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eng/pipelines/templates/variables/vmr-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ variables:
1515
- name: almaLinuxContainer
1616
value: mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-source-build
1717
- 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
1919
- 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
2121
- name: centOSStreamContainer
2222
value: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
2323
- name: fedoraContainer
@@ -50,9 +50,9 @@ variables:
5050
- name: almaLinuxName
5151
value: AlmaLinux8
5252
- name: alpineLatestName
53-
value: Alpine320
53+
value: Alpine321
5454
- name: alpinePreviousName
55-
value: Alpine319
55+
value: Alpine320
5656
- name: centOSStreamName
5757
value: CentOSStream9
5858
- name: fedoraName
@@ -69,9 +69,9 @@ variables:
6969
- name: linuxMuslArm64Rid
7070
value: linux-musl-arm64
7171
- name: alpineLatestX64Rid
72-
value: alpine.3.20-x64
72+
value: alpine.3.21-x64
7373
- name: alpinePreviousX64Rid
74-
value: alpine.3.19-x64
74+
value: alpine.3.20-x64
7575
- name: centOSStreamX64Rid
7676
value: centos.9-x64
7777
- name: fedoraX64Rid

0 commit comments

Comments
 (0)