Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 31dfd74

Browse files
authored
Require community-docker>=3.0.0a2 (#155)
1 parent ad4ea5f commit 31dfd74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/molecule_docker/driver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,5 @@ def reset(self):
264264
@property
265265
def required_collections(self) -> Dict[str, str]:
266266
"""Return collections dict containing names and versions required."""
267-
return {"community.docker": "1.9.1"}
267+
# https://galaxy.ansible.com/community/docker
268+
return {"community.docker": "3.0.0-a2"}

0 commit comments

Comments
 (0)