Skip to content

Commit 0c9021a

Browse files
authored
Upgrade latest Alpine to 3.21 for VMR builds (#45415)
1 parent 8bd19a2 commit 0c9021a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ variables:
2020
- name: alpineLatestContainerName
2121
value: alpineLatestContainer
2222
- 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
2424

2525
- name: alpinePreviousContainerName
2626
value: alpinePreviousContainer
2727
- 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
2929

3030
- name: centOSStreamContainerName
3131
value: centOSStreamContainer
@@ -100,9 +100,9 @@ variables:
100100
- name: almaLinuxName
101101
value: AlmaLinux8
102102
- name: alpineLatestName
103-
value: Alpine320
103+
value: Alpine321
104104
- name: alpinePreviousName
105-
value: Alpine319
105+
value: Alpine320
106106
- name: centOSStreamName
107107
value: CentOSStream9
108108
- name: fedoraName
@@ -119,9 +119,9 @@ variables:
119119
- name: linuxMuslArm64Rid
120120
value: linux-musl-arm64
121121
- name: alpineLatestX64Rid
122-
value: alpine.3.20-x64
122+
value: alpine.3.21-x64
123123
- name: alpinePreviousX64Rid
124-
value: alpine.3.19-x64
124+
value: alpine.3.20-x64
125125
- name: centOSStreamX64Rid
126126
value: centos.9-x64
127127
- name: fedoraX64Rid

src/SourceBuild/content/eng/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ extends:
8282
image: mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-source-build
8383
options: --privileged
8484
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
8686
options: --privileged
8787
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
8989
options: --privileged
9090
centOSStreamContainer:
9191
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9

0 commit comments

Comments
 (0)