RenovateBot: Update python Docker tag to v3.8

This commit is contained in:
Matweb Bot 2020-05-14 17:28:11 +00:00 committed by jfriedli
parent b787bf1171
commit 82c23c23e8

View File

@ -1,4 +1,4 @@
FROM python:3.7
FROM python:3.8
ADD . /mat2-web
WORKDIR /mat2-web
RUN apt-get update \