From b9df6723d27f81456f139de7815e9c9cdfda3a33 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 26 Mar 2021 10:58:17 +0100 Subject: [PATCH] AZP: update default test container version (#69) --- .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 ac3c7b8..64380d0 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -33,7 +33,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