Skip to content

Commit

Permalink
Upgrade latest Alpine to 3.21 for VMR builds (#20264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Jan 7, 2025
1 parent 541f24d commit 1ee4b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/templates/variables/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variables:
- name: almaLinuxContainer
value: mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-source-build
- name: alpineContainer
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
- name: centOSStreamContainer
value: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
- name: fedoraContainer
Expand All @@ -15,7 +15,7 @@ variables:
- name: almaLinuxName
value: AlmaLinux8
- name: alpineName
value: Alpine320
value: Alpine321
- name: centOSStreamName
value: CentOSStream9
- name: fedoraName
Expand All @@ -26,7 +26,7 @@ variables:
- name: almaLinuxX64Rid
value: almalinux.8-x64
- name: alpineX64Rid
value: alpine.3.20-x64
value: alpine.3.21-x64
- name: centOSStreamX64Rid
value: centos.9-x64
- name: fedoraX64Rid
Expand Down

0 comments on commit 1ee4b14

Please sign in to comment.