Upgrade to alpine 3.9 (#135)

* Upgrade to alpine 3.9

* Set Python version to 3.7 (#136)
This commit is contained in:
Marian Steinbach 2019-11-24 23:54:26 +01:00 committed by GitHub
parent 7c75e1194c
commit ff6eae3955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine3.8
FROM python:3.7-alpine3.9
WORKDIR /workdir