mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
ansible-test: update http-test-container to 3.2.0 (#83469)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- "ansible-test - update HTTP test container to 3.2.0 (https://github.com/ansible/ansible/pull/83469)."
|
||||
@@ -31,7 +31,7 @@ class HttptesterProvider(CloudProvider):
|
||||
def __init__(self, args: IntegrationConfig) -> None:
|
||||
super().__init__(args)
|
||||
|
||||
self.image = os.environ.get('ANSIBLE_HTTP_TEST_CONTAINER', 'quay.io/ansible/http-test-container:3.0.0')
|
||||
self.image = os.environ.get('ANSIBLE_HTTP_TEST_CONTAINER', 'quay.io/ansible/http-test-container:3.2.0')
|
||||
|
||||
self.uses_docker = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user