Bump the docker image to use Python 3.8

This commit is contained in:
Sviatoslav Sydorenko 2020-06-04 01:11:14 +02:00
parent 328d2c65fa
commit bf7a320fba
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.8-slim
LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>"
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"