Merge pull request #144 from ScanPlusGmbH/update-base-image

Update base image
This commit is contained in:
Christian Mäder 2019-07-30 10:44:44 +02:00 committed by GitHub
commit 28ba0e56e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine3.9
FROM python:3.7-alpine3.10
RUN apk add --no-cache \
bash \