Switch to python:3 for the Docker base image

In order to have the Python 3.7 upgrade automatically
This commit is contained in:
Thomas Sileo 2018-07-01 12:48:40 +02:00
parent a5b7e21600
commit 8449ff0d6e

View file

@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.7
ADD . /app
WORKDIR /app
RUN pip install -r requirements.txt