prepare release
This commit is contained in:
parent
863b8c5a41
commit
0224f86d85
@ -1,2 +1,4 @@
|
||||
* ENHANCEMENT
|
||||
* upstream version update
|
||||
* use python 3.8 base image
|
||||
* update ansible to v2.9.6
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user