From a5da897153ab2a379397ff767bd94b0700e86d81 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 12:50:34 -0500 Subject: [PATCH] azure-pipelines: update default test container 1.7.1 -> 1.8.0 (#212) (#215) (cherry picked from commit ccfe753733741f8d77240d64fdea904ab3ebbbc6) Co-authored-by: Andrew Klychkov --- .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 12d8867a..2510b58a 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.7.1 + image: quay.io/ansible/azure-pipelines-test-container:1.8.0 pool: Standard