Skip to content

Commit 93332ba

Browse files
authored
python 3.4.9
1 parent 315d9b4 commit 93332ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN yum-builddep -y python; yum -y install make postgresql-devel gcc \
99
libtiff-devel libjpeg-devel libzip-devel freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \
1010
libxslt-devel libxml2-devel python-devel; yum clean all
1111

12-
ENV PYTHON_VERSION="3.5.6"
12+
ENV PYTHON_VERSION="3.4.9"
1313
# Downloading and building python
1414
RUN mkdir /tmp/python-build && cd /tmp/python-build && \
1515
curl https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tgz > python.tgz && \

0 commit comments

Comments
 (0)