Update to Alpine 3.7

Because the tag "python:3.6-alpine" points to Alpine 3.4 which is now
end of life (as of 2018-05-01) the image now pulls the Alpine 3.7 python
image
This commit is contained in:
Tobias Genannt 2018-05-09 09:47:50 +02:00
parent 19805a4312
commit 5e5cc13a05
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.6-alpine3.7
RUN apk add --no-cache \
bash \
@ -12,7 +12,6 @@ RUN apk add --no-cache \
libxml2-dev \
libxslt-dev \
openldap-dev \
openssl-dev \
postgresql-dev \
wget