Skip to content

Commit 29da4b0

Browse files
authored
Updated python to version 3.6.3
1 parent 72e90b9 commit 29da4b0

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; yum clean all
1111

12-
ENV PYTHON_VERSION="3.5.3"
12+
ENV PYTHON_VERSION="3.6.3"
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)