chore(deps): update dependency molecule to v4.0.4 (#219)
continuous-integration/drone/push Build is passing Details

Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2022-12-09 23:16:18 +01:00 committed by Robert Kaussow
parent b43cc31522
commit 4ee685c470
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ARG ANSIBLE_VERSION
ARG BUILD_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${BUILD_VERSION:-4.0.3}"
ENV MOLECULE_VERSION="${BUILD_VERSION:-4.0.4}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-7.0.0}"