File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN cd /usr/local/bin \
108
108
&& ln -s python3-config python-config
109
109
110
110
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
111
- ENV PYTHON_PIP_VERSION 20.2.1
111
+ ENV PYTHON_PIP_VERSION 20.2.2
112
112
# https://github.com/pypa/get-pip
113
113
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
114
114
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ RUN cd /usr/local/bin \
69
69
&& ln -s python3-config python-config
70
70
71
71
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
72
- ENV PYTHON_PIP_VERSION 20.2.1
72
+ ENV PYTHON_PIP_VERSION 20.2.2
73
73
# https://github.com/pypa/get-pip
74
74
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
75
75
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ RUN cd /usr/local/bin \
105
105
&& ln -s python3-config python-config
106
106
107
107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108
- ENV PYTHON_PIP_VERSION 20.2.1
108
+ ENV PYTHON_PIP_VERSION 20.2.2
109
109
# https://github.com/pypa/get-pip
110
110
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
111
111
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
42
42
Write-Host 'Complete.'
43
43
44
44
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45
- ENV PYTHON_PIP_VERSION 20.2.1
45
+ ENV PYTHON_PIP_VERSION 20.2.2
46
46
# https://github.com/pypa/get-pip
47
47
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
48
48
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
42
42
Write-Host 'Complete.'
43
43
44
44
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45
- ENV PYTHON_PIP_VERSION 20.2.1
45
+ ENV PYTHON_PIP_VERSION 20.2.2
46
46
# https://github.com/pypa/get-pip
47
47
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
48
48
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1
You can’t perform that action at this time.
0 commit comments