Skip to content

Commit fe9733b

Browse files
Update to 3.5.3, pip 9.0.1, wheel 0.29.0, setuptools 35.0.2
1 parent 69c2062 commit fe9733b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PYTHON_VERSION 3.5.3
2424

2525
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2626
ENV PYTHON_PIP_VERSION 9.0.1
27-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
27+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2828
ENV PYTHON_WHEEL_VERSION 0.29.0
2929

3030
RUN set -ex \

3.5/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV PYTHON_VERSION 3.5.3
2222

2323
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2424
ENV PYTHON_PIP_VERSION 9.0.1
25-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
25+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2626
ENV PYTHON_WHEEL_VERSION 0.29.0
2727

2828
RUN set -ex \

3.5/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV PYTHON_VERSION 3.5.3
2626

2727
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
2828
ENV PYTHON_PIP_VERSION 9.0.1
29-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
29+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
3030
ENV PYTHON_WHEEL_VERSION 0.29.0
3131

3232
RUN set -ex \

3.5/windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV PYTHON_RELEASE 3.5.3
1313

1414
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
1515
ENV PYTHON_PIP_VERSION 9.0.1
16-
ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
16+
ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
1717
ENV PYTHON_WHEEL_VERSION 0.29.0
1818

1919
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \

0 commit comments

Comments
 (0)