summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelogs/fragments/79783-acme-test-container.yml2
-rw-r--r--test/lib/ansible_test/_internal/commands/integration/cloud/acme.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/changelogs/fragments/79783-acme-test-container.yml b/changelogs/fragments/79783-acme-test-container.yml
new file mode 100644
index 0000000000..2f79f26c2c
--- /dev/null
+++ b/changelogs/fragments/79783-acme-test-container.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - "ansible-test acme test container - update version to update used Pebble version, underlying Python and Go base containers, and Python requirements (https://github.com/ansible/ansible/pull/79783)."
diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/acme.py b/test/lib/ansible_test/_internal/commands/integration/cloud/acme.py
index 42d6f0bc21..0adf630009 100644
--- a/test/lib/ansible_test/_internal/commands/integration/cloud/acme.py
+++ b/test/lib/ansible_test/_internal/commands/integration/cloud/acme.py
@@ -30,7 +30,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.0.0'
+ self.image = 'quay.io/ansible/acme-test-container:2.1.0'
self.uses_docker = True