Rebase to python3.7.2-alpine3.8

Changed loggig level to info (20)
hardcoded requirements versions, just in case
This commit is contained in:
Evan Richardson
2019-01-03 12:20:12 -08:00
parent f4766c05e6
commit b710820b7e
4 changed files with 6 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
FROM python:3.7.0-alpine3.8
FROM python:3.7.2-alpine3.8
LABEL maintainer="Evan Richardson"
LABEL version="1.1"
LABEL version="1.2"
WORKDIR /app
COPY . /app