Compare commits

...

2 Commits

Author SHA1 Message Date
Renovator Bot 72340b900f chore(deps): update dependency molecule to v3.2.4 (#32)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update dependency molecule to v3.2.4

Reviewed-on: docker/molecule#32
Co-Authored-By: Renovator Bot <renovator@rknet.org>
Co-Committed-By: Renovator Bot <renovator@rknet.org>
2021-03-21 15:16:22 +01:00
Renovator Bot c1ec5274c3 chore(deps): update python:3.9-alpine docker digest to 437482d
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-03-14 14:05:02 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.9-alpine@sha256:f615ba47ea7c998ffaa72492d81a7df327333f075f82650aefcf47a959172b64
FROM python:3.9-alpine@sha256:437482dd314471f5f10967f7376489d9e7f67c111850c123cc725a1741b66aac
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -11,7 +11,7 @@ ARG ANSIBLE_VERSION
ARG BUILD_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${BUILD_VERSION:-3.2.3}"
ENV MOLECULE_VERSION="${BUILD_VERSION:-3.2.4}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.1.0}"