1
0
Fork 0

Update dependency molecule to v3.2.0
continuous-integration/drone/pr Build is passing Details

Dieser Commit ist enthalten in:
Renovator Bot 2020-11-25 17:01:49 +00:00
Ursprung cd4f4838b8
Commit e1b2ffa22c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -10,7 +10,7 @@ ARG ANSIBLE_VERSION
ARG BUILD_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${BUILD_VERSION:-3.1.5}"
ENV MOLECULE_VERSION="${BUILD_VERSION:-3.2.0}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-2.10.3}"