Skip to content

Commit 17cc5d1

Browse files
authored
update docker collection (#217)
Signed-off-by: Jack <[email protected]>
1 parent 3407427 commit 17cc5d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ collections:
44
- name: google.cloud
55
- name: amazon.aws
66
- name: community.docker
7-
version: ">=3.0.2"
7+
version: ">=3.4.11"
88
- name: containers.podman
99
- name: azure.azcollection
1010
version: ">=1,<2"

src/molecule_plugins/docker/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,4 @@ def reset(self):
270270
def required_collections(self) -> dict[str, str]:
271271
"""Return collections dict containing names and versions required."""
272272
# https://galaxy.ansible.com/community/docker
273-
return {"community.docker": "3.0.2", "ansible.posix": "1.4.0"}
273+
return {"community.docker": "3.4.11", "ansible.posix": "1.4.0"}

0 commit comments

Comments
 (0)