From 1ee4b14ef26c3eac1a23c5ef24ec597fd7e1c330 Mon Sep 17 00:00:00 2001 From: Matt Thalman Date: Tue, 7 Jan 2025 14:33:34 -0600 Subject: [PATCH] Upgrade latest Alpine to 3.21 for VMR builds (#20264) --- eng/pipelines/templates/variables/vmr-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/templates/variables/vmr-build.yml b/eng/pipelines/templates/variables/vmr-build.yml index 8c83572d3a2d..500d8edd7abf 100644 --- a/eng/pipelines/templates/variables/vmr-build.yml +++ b/eng/pipelines/templates/variables/vmr-build.yml @@ -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 @@ -15,7 +15,7 @@ variables: - name: almaLinuxName value: AlmaLinux8 - name: alpineName - value: Alpine320 + value: Alpine321 - name: centOSStreamName value: CentOSStream9 - name: fedoraName @@ -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