mirror of
https://github.com/ansible/ansible.git
synced 2026-07-29 16:35:20 +02:00
Upgrade ACME test image to 2.4.0. (#86740)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- "ansible-test acme cloud plugin - update to the 2.4.0 ACME test image, which upgrades Pebble to 2.10.0, Go to 1.26, and Python to 3.14,
|
||||
and generally updates all contained Python dependencies (https://github.com/ansible/ansible/pull/86740)."
|
||||
@@ -29,7 +29,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:2.3.0'
|
||||
self.image = 'quay.io/ansible/acme-test-container:2.4.0'
|
||||
|
||||
self.uses_docker = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user