Skip to content

Commit

Permalink
update docker collection (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack <jack4zhang@gmail.com>
  • Loading branch information
zhan9san committed Feb 8, 2024
1 parent 3407427 commit 17cc5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.yml
Expand Up @@ -4,7 +4,7 @@ collections:
- name: google.cloud
- name: amazon.aws
- name: community.docker
version: ">=3.0.2"
version: ">=3.4.11"
- name: containers.podman
- name: azure.azcollection
version: ">=1,<2"
Expand Down
2 changes: 1 addition & 1 deletion src/molecule_plugins/docker/driver.py
Expand Up @@ -270,4 +270,4 @@ def reset(self):
def required_collections(self) -> dict[str, str]:
"""Return collections dict containing names and versions required."""
# https://galaxy.ansible.com/community/docker
return {"community.docker": "3.0.2", "ansible.posix": "1.4.0"}
return {"community.docker": "3.4.11", "ansible.posix": "1.4.0"}

0 comments on commit 17cc5d1

Please sign in to comment.