Skip to content

Commit

Permalink
[release/9.0.1xx] Upgrade latest Alpine to 3.21 for VMR builds (#45416)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
1 parent a345a00 commit c5a9b26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions eng/pipelines/templates/variables/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ variables:
- name: almaLinuxContainer
value: mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-source-build
- name: alpineLatestContainer
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
- name: alpinePreviousContainer
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
- name: centOSStreamContainer
value: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
- name: fedoraContainer
Expand Down Expand Up @@ -50,9 +50,9 @@ variables:
- name: almaLinuxName
value: AlmaLinux8
- name: alpineLatestName
value: Alpine320
value: Alpine321
- name: alpinePreviousName
value: Alpine319
value: Alpine320
- name: centOSStreamName
value: CentOSStream9
- name: fedoraName
Expand All @@ -69,9 +69,9 @@ variables:
- name: linuxMuslArm64Rid
value: linux-musl-arm64
- name: alpineLatestX64Rid
value: alpine.3.20-x64
value: alpine.3.21-x64
- name: alpinePreviousX64Rid
value: alpine.3.19-x64
value: alpine.3.20-x64
- name: centOSStreamX64Rid
value: centos.9-x64
- name: fedoraX64Rid
Expand Down

0 comments on commit c5a9b26

Please sign in to comment.