Skip to content

Commit

Permalink
Latest should point ot 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
knorrus authored Nov 8, 2017
1 parent 29da4b0 commit 29dcfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 29dcfcb

Please sign in to comment.