From 0295d2d30184ddce3589ad43f50b26007de55a50 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Wed, 21 Aug 2024 15:54:19 -0700 Subject: [PATCH] Update Azure Linux tag name (#4880) Updating the naming scheme for these images, see https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues/1176. --- eng/pipelines/pipeline-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/pipeline-resources.yml b/eng/pipelines/pipeline-resources.yml index 34a279989..066fe70d1 100644 --- a/eng/pipelines/pipeline-resources.yml +++ b/eng/pipelines/pipeline-resources.yml @@ -31,7 +31,7 @@ extends: ROOTFS_DIR: /crossrootfs/arm64 linux_musl_x64: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-cross-amd64-alpine-net8.0 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net8.0-cross-amd64-alpine env: ROOTFS_DIR: /crossrootfs/x64 -- 2.34.1