Update python Docker tag to v3.8.0b1

This commit is contained in:
Renovate Bot 2019-07-18 09:47:28 +00:00
parent 16d0603e20
commit a6c5e5e47b
No known key found for this signature in database
GPG key ID: 30DC19D6846E13FA

View file

@ -1,4 +1,4 @@
FROM python:3.7.3
FROM python:3.8.0b1
LABEL maintainer="Peter Evans <mail@peterevans.dev>"
LABEL repository="https://github.com/peter-evans/create-pull-request"