Bump acme-test-container version. (#62381)

pull/62410/head
Felix Fontein 5 years ago committed by René Moser
parent a6857d6359
commit d8d3790d6a

@ -45,7 +45,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.7.0'
self.image = 'quay.io/ansible/acme-test-container:1.8.0'
self.container_name = ''
def _wait_for_service(self, protocol, acme_host, port, local_part, name):

Loading…
Cancel
Save