Update Docker image to Python 3.7 (current latest)

Also used the "slim" version, which will drastically reduce the
image size.

Base image sizes comparison:

| python:3.7-slim | 143MB |
| python:3.7      | 916MB |
This commit is contained in:
Samuel Dion-Girardeau 2018-07-12 21:27:32 -04:00
parent 59196bea40
commit 73c220be97

View file

@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.7-slim
ENV APP_DIR=/usr/src/snappass