From 5e5cc13a056ecfd88b1b3479d57d0032c0ce1d2a Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Wed, 9 May 2018 09:47:50 +0200 Subject: [PATCH] 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 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4cf167..aece64e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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