File tree Expand file tree Collapse file tree
windows/windowsservercore Expand file tree Collapse file tree Original file line number Diff line number Diff 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>'"
2626ENV PYTHON_PIP_VERSION 9.0.1
27- ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
27+ ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2828ENV PYTHON_WHEEL_VERSION 0.29.0
2929
3030RUN set -ex \
Original file line number Diff line number Diff 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>'"
2424ENV PYTHON_PIP_VERSION 9.0.1
25- ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
25+ ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
2626ENV PYTHON_WHEEL_VERSION 0.29.0
2727
2828RUN set -ex \
Original file line number Diff line number Diff 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>'"
2828ENV PYTHON_PIP_VERSION 9.0.1
29- ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
29+ ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
3030ENV PYTHON_WHEEL_VERSION 0.29.0
3131
3232RUN set -ex \
Original file line number Diff line number Diff 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>'"
1515ENV PYTHON_PIP_VERSION 9.0.1
16- ENV PYTHON_SETUPTOOLS_VERSION 35.0.1
16+ ENV PYTHON_SETUPTOOLS_VERSION 35.0.2
1717ENV PYTHON_WHEEL_VERSION 0.29.0
1818
1919RUN $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