From 37d0ccd6bdecbdaa97a815c96a441f73c9134d3c Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 20:54:13 +0100 Subject: [PATCH] Decrease python version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b30db8..ddf370e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.6-alpine RUN apk add --no-cache --virtual .build-deps \ git make gcc musl-dev asciidoc \