From 053a63c8a6f034cff19a406c4188f978a1fb1958 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 23 Feb 2021 12:35:36 +0300 Subject: [PATCH] azure-pipelines: update default container version --- .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 b280168..409d0ea 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.7.1 + image: quay.io/ansible/azure-pipelines-test-container:1.8.0 pool: Standard