Switch to python:3 for the Docker base image
In order to have the Python 3.7 upgrade automatically
This commit is contained in:
parent
a5b7e21600
commit
8449ff0d6e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.6
|
||||
FROM python:3.7
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in a new issue