File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
windows/windowsservercore Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ENV PYTHON_VERSION 3.6.1
24
24
25
25
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
26
26
ENV PYTHON_PIP_VERSION 9.0.1
27
- ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
27
+ ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
28
28
ENV PYTHON_WHEEL_VERSION 0.29.0
29
29
30
30
RUN set -ex \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV PYTHON_VERSION 3.6.1
22
22
23
23
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
24
24
ENV PYTHON_PIP_VERSION 9.0.1
25
- ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
25
+ ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
26
26
ENV PYTHON_WHEEL_VERSION 0.29.0
27
27
28
28
RUN set -ex \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV PYTHON_VERSION 3.6.1
26
26
27
27
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
28
28
ENV PYTHON_PIP_VERSION 9.0.1
29
- ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
29
+ ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
30
30
ENV PYTHON_WHEEL_VERSION 0.29.0
31
31
32
32
RUN set -ex \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV PYTHON_RELEASE 3.6.1
13
13
14
14
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
15
15
ENV PYTHON_PIP_VERSION 9.0.1
16
- ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
16
+ ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
17
17
ENV PYTHON_WHEEL_VERSION 0.29.0
18
18
19
19
RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \
You can’t perform that action at this time.
0 commit comments