summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2024-07-09 19:37:11 +0200
committerGitHub <noreply@github.com>2024-07-09 19:37:11 +0200
commit9cdfcd9aed7a49bca22183aaca3ea6a963dade55 (patch)
tree406de19a3b2f3fcb92e2c8921c9f77917a8c38a0 /test
parentansible-test - Update base/default containers (#83553) (diff)
downloadansible-9cdfcd9aed7a49bca22183aaca3ea6a963dade55.tar.xz
ansible-9cdfcd9aed7a49bca22183aaca3ea6a963dade55.zip
ansible-test - Update nios-test-container to 4.0.0 (#83539)
Diffstat (limited to 'test')
-rw-r--r--test/lib/ansible_test/_internal/commands/integration/cloud/nios.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/nios.py b/test/lib/ansible_test/_internal/commands/integration/cloud/nios.py
index 876968f9d7..b8d88451eb 100644
--- a/test/lib/ansible_test/_internal/commands/integration/cloud/nios.py
+++ b/test/lib/ansible_test/_internal/commands/integration/cloud/nios.py
@@ -28,7 +28,7 @@ class NiosProvider(CloudProvider):
#
# It's source source itself resides at:
# https://github.com/ansible/nios-test-container
- DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:3.0.0'
+ DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:4.0.0'
def __init__(self, args: IntegrationConfig) -> None:
super().__init__(args)