diff options
author | Sam Doran <sdoran@redhat.com> | 2021-01-06 15:29:08 -0500 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-01-08 09:41:40 -0800 |
commit | b1f732d9f1ca2f0eeb61f591dec77c7199badf28 (patch) | |
tree | 2eb9b7c02297c6514e488c61730f44e2dc6d3b77 /.azure-pipelines/azure-pipelines.yml | |
parent | bb7c0326d899800db0b3c7dfccf8b54330c177c5 (diff) | |
download | ansible-b1f732d9f1ca2f0eeb61f591dec77c7199badf28.tar.gz |
[stable-2.9] Update azure pipelines container
(cherry picked from commit 0eb1e22cd9)
Co-authored-by: Sam Doran <sdoran@redhat.com>
Diffstat (limited to '.azure-pipelines/azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7b182caa4f..a4ce0154c1 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.6.0 + image: quay.io/ansible/azure-pipelines-test-container:1.7.1 pool: Standard |