We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e90b9 commit 29da4b0Copy full SHA for 29da4b0
Dockerfile
@@ -9,7 +9,7 @@ RUN yum-builddep -y python; yum -y install make postgresql-devel gcc \
9
libtiff-devel libjpeg-devel libzip-devel freetype-devel lcms2-devel libwebp-devel tcl-devel tk-devel \
10
libxslt-devel libxml2-devel; yum clean all
11
12
-ENV PYTHON_VERSION="3.5.3"
+ENV PYTHON_VERSION="3.6.3"
13
# Downloading and building python
14
RUN mkdir /tmp/python-build && cd /tmp/python-build && \
15
curl https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tgz > python.tgz && \
0 commit comments