Merge pull request #14 from thegeeklab/renovate/docker-python-3.x

Update python Docker tag to v3.9
This commit is contained in:
Robert Kaussow 2020-11-12 22:52:40 +01:00 committed by GitHub
commit a2d7002593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.9-alpine
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" \
org.label-schema.name="ansible-doctor" \