prepare release
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-04-12 18:54:27 +02:00
parent 863b8c5a41
commit 0224f86d85
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
* ENHANCEMENT
* upstream version update
* use python 3.8 base image
* update ansible to v2.9.6

View File

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.8-alpine
LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.name="molecule" \
@ -6,7 +6,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG ANSIBLE_VERSION=2.9.0
ARG ANSIBLE_VERSION=2.9.6
ARG BUILD_VERSION=latest
ENV PY_COLORS=1 \