Decrease python version.

This commit is contained in:
Alexis Lahouze 2018-11-25 20:54:13 +01:00
parent e033efe694
commit 37d0ccd6bd
1 changed files with 1 additions and 1 deletions

View File

@ -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 \