Switch to python:3 for the Docker base image

In order to have the Python 3.7 upgrade automatically
master
Thomas Sileo 2018-07-01 12:48:40 +02:00
rodzic a5b7e21600
commit 8449ff0d6e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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