diff options
author | Sam Doran <sdoran@redhat.com> | 2021-01-06 21:29:08 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-01-07 00:41:09 +0100 |
commit | 0eb1e22cd9e263da86a39f30e7d8f62c824298c5 (patch) | |
tree | 7e43a960667d2b9f8b9e6e64f9a11fb65d196380 /.azure-pipelines | |
parent | Rewrite Docker scenario guide (#73069) (diff) | |
download | ansible-0eb1e22cd9e263da86a39f30e7d8f62c824298c5.tar.xz ansible-0eb1e22cd9e263da86a39f30e7d8f62c824298c5.zip |
Update azure pipelines container
Diffstat (limited to '.azure-pipelines')
-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 64fd085b33..d466554075 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 |