*: upgrade python 3.7 to 3.8

This commit is contained in:
Jens Langhammer
2020-01-19 21:03:01 +01:00
parent d9ecb7070d
commit ba74a3213d
6 changed files with 149 additions and 197 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7-slim-buster as builder
FROM python:3.8-slim-buster as builder
WORKDIR /mkdocs