From 39443d2bdaf0ff2565e3ab44e09e3fc67084be14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 02:22:45 +0000 Subject: [PATCH] chore(deps): Update dependency community.docker to v4.5.0 --- .github/workflows/requirements/requirements_collections.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index 16a642135..3d60c33cc 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -7,4 +7,4 @@ collections: - name: community.crypto version: 2.25.0 - name: community.docker - version: 4.4.0 + version: 4.5.0 diff --git a/README.md b/README.md index 0458d022a..2f9cc2fcb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: community.crypto # Only required if you plan to install NGINX Plus version: 2.25.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 4.4.0 + version: 4.5.0 ``` - Instructions on how to install Ansible collections can be found in the [Ansible collections](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html) guide.