Skip to content

Commit

Permalink
update docker collection
Browse files Browse the repository at this point in the history
Signed-off-by: Jack <jack4zhang@gmail.com>
  • Loading branch information
zhan9san authored and audgirka committed Feb 8, 2024
1 parent 3407427 commit cc5b9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 cc5b9a0

Please sign in to comment.