File tree 5 files changed +5
-5
lines changed
windowsservercore-ltsc2016 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ RUN cd /usr/local/bin \
114
114
&& ln -s python3-config python-config
115
115
116
116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117
- ENV PYTHON_PIP_VERSION 20.3.2
117
+ ENV PYTHON_PIP_VERSION 20.3.1
118
118
# https://github.com/pypa/get-pip
119
119
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
120
120
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168
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.3.2
72
+ ENV PYTHON_PIP_VERSION 20.3.1
73
73
# https://github.com/pypa/get-pip
74
74
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
75
75
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ RUN cd /usr/local/bin \
109
109
&& ln -s python3-config python-config
110
110
111
111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112
- ENV PYTHON_PIP_VERSION 20.3.2
112
+ ENV PYTHON_PIP_VERSION 20.3.1
113
113
# https://github.com/pypa/get-pip
114
114
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
115
115
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
45
45
Write-Host 'Complete.'
46
46
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
- ENV PYTHON_PIP_VERSION 20.3.2
48
+ ENV PYTHON_PIP_VERSION 20.3.1
49
49
# https://github.com/pypa/get-pip
50
50
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
51
51
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
45
45
Write-Host 'Complete.'
46
46
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
- ENV PYTHON_PIP_VERSION 20.3.2
48
+ ENV PYTHON_PIP_VERSION 20.3.1
49
49
# https://github.com/pypa/get-pip
50
50
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
51
51
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168
You can’t perform that action at this time.
0 commit comments