Compare commits

...

7 Commits

Author SHA1 Message Date
ae0a19c965 chore(deps): update dependency ansible to v4.5.0 (#72)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ansible](https://ansible.com/) ([source](https://github.com/ansible/ansible)) | minor | `4.4.0` -> `4.5.0` |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: docker/molecule#72
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-09-01 11:01:35 +02:00
6d1c7c2e77 chore(docker): update python:3.9-alpine docker digest to fc7de77
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-09-01 02:02:05 +00:00
1308e8741e chore(docker): update python:3.9-alpine docker digest to 6886106
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-08-31 23:01:57 +00:00
57fa09ea4f chore(docker): update python:3.9-alpine docker digest to 954ea8d
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-08-28 04:01:41 +00:00
bba5ac9bf1 chore(docker): update python:3.9-alpine docker digest to cbae5ea
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-08-28 01:01:55 +00:00
7bf4aea07e chore(docker): update python:3.9-alpine docker digest to 55fbe1e
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-08-24 14:08:44 +00:00
8f1ea91a43 chore(deps): update dependency ansible to v4.4.0 (#67)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ansible](https://ansible.com/) ([source](https://github.com/ansible/ansible)) | minor | `4.3.0` -> `4.4.0` |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: docker/molecule#67
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-08-11 20:39:31 +02:00

View File

@ -1,4 +1,4 @@
FROM python:3.9-alpine@sha256:1e8728b3d791b4caa4b2569670e7fc2dcbe07f485a2349c86dcf8f3e63d9b015
FROM python:3.9-alpine@sha256:fc7de772c6b2ab4b60ed4923f71926abcedc2ccac8007d09a616982ee431d17a
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -13,7 +13,7 @@ ARG BUILD_VERSION
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${BUILD_VERSION:-3.4.0}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-4.3.0}"
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-4.5.0}"
ENV PY_COLORS=1
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true