From 0341c9420f0959fcc4a6c851e32957b73f9aeafd Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 12 Jun 2024 08:35:57 +0900 Subject: [PATCH] Replace AZP default image with 6.0.0 - See https://github.com/ansible-collections/news-for-maintainers/issues/71 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a81a888..0169be1 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -37,7 +37,7 @@ variables: resources: containers: - container: default - image: quay.io/ansible/azure-pipelines-test-container:main + image: quay.io/ansible/azure-pipelines-test-container:6.0.0 pool: Standard