mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updating the nios_test_container version to 1.1.0 from 1.0.0 (#42526)
* updating the nios_test_container version * changing the version
This commit is contained in:
parent
5928ec04ca
commit
8b61dd6efc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class NiosProvider(CloudProvider):
|
||||||
|
|
||||||
DOCKER_SIMULATOR_NAME = 'nios-simulator'
|
DOCKER_SIMULATOR_NAME = 'nios-simulator'
|
||||||
|
|
||||||
DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.0.0'
|
DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.1.0'
|
||||||
"""Default image to run the nios simulator.
|
"""Default image to run the nios simulator.
|
||||||
|
|
||||||
The simulator must be pinned to a specific version
|
The simulator must be pinned to a specific version
|
||||||
|
|
Loading…
Reference in a new issue