From f99de3c86428eac2e093a2ab6784eaf831f37589 Mon Sep 17 00:00:00 2001 From: Vlada Shubina Date: Tue, 13 Jul 2021 13:10:04 +0300 Subject: [PATCH] https://github.com/dotnet/dotnet-docker/issues/2848 changed name of docker image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3a359056b25..cf5edc289e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ variables: resources: containers: - container: LinuxContainer - image: microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20170319080304 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-14.04-cross-0cd4667-20170319080304 stages: - stage: build