From 29dcfcb5040bc2c1655decf56549ff0a9479d819 Mon Sep 17 00:00:00 2001 From: Pavel Knorr Date: Wed, 8 Nov 2017 12:02:41 +0200 Subject: [PATCH] Latest should point ot 3.5.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 569e25a..87f6407 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN yum-builddep -y python; yum -y install make postgresql-devel gcc \ libtiff-devel libjpeg-devel libzip-devel freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \ libxslt-devel libxml2-devel; yum clean all -ENV PYTHON_VERSION="3.6.3" +ENV PYTHON_VERSION="3.5.3" # Downloading and building python RUN mkdir /tmp/python-build && cd /tmp/python-build && \ curl https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tgz > python.tgz && \