From 0bc76c98b004db8e1e81cdb4bb2c0f3a5afd6661 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 26 Mar 2021 12:33:11 +0100 Subject: [PATCH] AZP: update default container version (#2112) --- .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 61569b0c2d..c6f546a485 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -36,7 +36,7 @@ variables: resources: containers: - container: default - image: quay.io/ansible/azure-pipelines-test-container:1.8.0 + image: quay.io/ansible/azure-pipelines-test-container:1.9.0 pool: Standard