Update Alpine

This updates to the newest stable version (Alpine 3.8)
This commit is contained in:
Tobias Genannt 2018-09-14 09:10:51 +02:00
parent 4c6ba58ef5
commit ab72ba10c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine3.7
FROM python:3.6-alpine3.8
RUN apk add --no-cache \
bash \