File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ RUN set -ex \
135
135
&& python2 --version
136
136
137
137
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
138
- ENV PYTHON_PIP_VERSION 19.3 .1
138
+ ENV PYTHON_PIP_VERSION 20.0 .1
139
139
# https://github.com/pypa/get-pip
140
140
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
141
141
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ RUN set -ex \
135
135
&& python2 --version
136
136
137
137
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
138
- ENV PYTHON_PIP_VERSION 19.3 .1
138
+ ENV PYTHON_PIP_VERSION 20.0 .1
139
139
# https://github.com/pypa/get-pip
140
140
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
141
141
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ RUN set -ex \
95
95
&& python2 --version
96
96
97
97
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
98
- ENV PYTHON_PIP_VERSION 19.3 .1
98
+ ENV PYTHON_PIP_VERSION 20.0 .1
99
99
# https://github.com/pypa/get-pip
100
100
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
101
101
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ RUN set -ex \
128
128
&& python2 --version
129
129
130
130
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
131
- ENV PYTHON_PIP_VERSION 19.3 .1
131
+ ENV PYTHON_PIP_VERSION 20.0 .1
132
132
# https://github.com/pypa/get-pip
133
133
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
134
134
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ RUN set -ex \
95
95
&& python2 --version
96
96
97
97
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
98
- ENV PYTHON_PIP_VERSION 19.3 .1
98
+ ENV PYTHON_PIP_VERSION 20.0 .1
99
99
# https://github.com/pypa/get-pip
100
100
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
101
101
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ RUN set -ex \
128
128
&& python2 --version
129
129
130
130
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
131
- ENV PYTHON_PIP_VERSION 19.3 .1
131
+ ENV PYTHON_PIP_VERSION 20.0 .1
132
132
# https://github.com/pypa/get-pip
133
133
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
134
134
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
41
41
Write-Host 'Complete.'
42
42
43
43
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44
- ENV PYTHON_PIP_VERSION 19.3 .1
44
+ ENV PYTHON_PIP_VERSION 20.0 .1
45
45
# https://github.com/pypa/get-pip
46
46
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
47
47
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
41
41
Write-Host 'Complete.'
42
42
43
43
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44
- ENV PYTHON_PIP_VERSION 19.3 .1
44
+ ENV PYTHON_PIP_VERSION 20.0 .1
45
45
# https://github.com/pypa/get-pip
46
46
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
47
47
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
You can’t perform that action at this time.
0 commit comments