From 1ae6c825583771f47592e4309adf465822e7d8d8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 10 Jun 2024 20:26:38 +0200 Subject: [PATCH] CI: Bump Azure test container to 6.0.0 (#8483) Bump Azure test container to 6.0.0. --- .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 7dc438ad3a..754dfd0437 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -53,7 +53,7 @@ variables: resources: containers: - container: default - image: quay.io/ansible/azure-pipelines-test-container:4.0.1 + image: quay.io/ansible/azure-pipelines-test-container:6.0.0 pool: Standard