From b3af990e74a1c7ef284be3dae8f59d8335e6a5ae Mon Sep 17 00:00:00 2001 From: Patrick Grawehr Date: Mon, 30 Sep 2024 21:09:42 +0200 Subject: [PATCH] Centos-7 seems to be too old --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 02a8e2b399..fc703594a6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ variables: resources: containers: - container: LinuxContainer - image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8 stages: - stage: Build