mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update docker package version (#42394)
The docker API init parameter is the dependency requiring this bump. It was introduced 2.3.0 release of the docker package as per commit 13b5f785a7ab459960aae82fae00e4245e391387 in github.com/docker/docker-py.
This commit is contained in:
parent
2916adc88a
commit
3a695acf37
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ options:
|
|||
description:
|
||||
- Path to a file containing environment variables I(FOO=BAR).
|
||||
- If variable also present in C(env), then C(env) value will override.
|
||||
- Requires docker >= 1.4.0.
|
||||
- Requires docker >= 2.3.0.
|
||||
entrypoint:
|
||||
description:
|
||||
- Command that overwrites the default ENTRYPOINT of the image.
|
||||
|
@ -421,7 +421,7 @@ author:
|
|||
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "docker >= 1.7.0"
|
||||
- "docker >= 2.3.0"
|
||||
- "Docker API >= 1.20"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue