Update base image

This updates the base image to Alpine 3.10 with Python 3.7
This commit is contained in:
Tobias Genannt 2019-07-05 08:22:25 +02:00
parent 5a4e9d7a14
commit 135d29e06f
1 changed files with 1 additions and 1 deletions

View File

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