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:
parent
59196bea40
commit
73c220be97
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.6
|
||||
FROM python:3.7-slim
|
||||
|
||||
ENV APP_DIR=/usr/src/snappass
|
||||
|
||||
|
|
Loading…
Reference in a new issue