From b78d23d4adcb8cb5e92bf0f277b3dbd97ff863c1 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 24 Jun 2019 21:07:12 +0200 Subject: [PATCH] Use newer test container. --- test/runner/lib/cloud/acme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/lib/cloud/acme.py b/test/runner/lib/cloud/acme.py index 46d9164878c..0a567a6e9a0 100644 --- a/test/runner/lib/cloud/acme.py +++ b/test/runner/lib/cloud/acme.py @@ -44,7 +44,7 @@ class ACMEProvider(CloudProvider): if os.environ.get('ANSIBLE_ACME_CONTAINER'): self.image = os.environ.get('ANSIBLE_ACME_CONTAINER') else: - self.image = 'quay.io/ansible/acme-test-container:1.5.0' + self.image = 'quay.io/ansible/acme-test-container:1.6.0' self.container_name = '' def _wait_for_service(self, protocol, acme_host, port, local_part, name):