File tree 11 files changed +11
-11
lines changed
windowsservercore-ltsc2016
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ RUN set -ex \
97
97
&& python2 --version
98
98
99
99
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
100
- ENV PYTHON_PIP_VERSION 19.0.2
100
+ ENV PYTHON_PIP_VERSION 19.0.3
101
101
102
102
RUN set -ex; \
103
103
\
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ RUN set -ex \
97
97
&& python2 --version
98
98
99
99
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
100
- ENV PYTHON_PIP_VERSION 19.0.2
100
+ ENV PYTHON_PIP_VERSION 19.0.3
101
101
102
102
RUN set -ex; \
103
103
\
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -ex \
57
57
&& python2 --version
58
58
59
59
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
60
- ENV PYTHON_PIP_VERSION 19.0.2
60
+ ENV PYTHON_PIP_VERSION 19.0.3
61
61
62
62
RUN set -ex; \
63
63
\
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -ex \
90
90
&& python2 --version
91
91
92
92
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
93
- ENV PYTHON_PIP_VERSION 19.0.2
93
+ ENV PYTHON_PIP_VERSION 19.0.3
94
94
95
95
RUN set -ex; \
96
96
\
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -ex \
57
57
&& python2 --version
58
58
59
59
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
60
- ENV PYTHON_PIP_VERSION 19.0.2
60
+ ENV PYTHON_PIP_VERSION 19.0.3
61
61
62
62
RUN set -ex; \
63
63
\
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -ex \
90
90
&& python2 --version
91
91
92
92
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
93
- ENV PYTHON_PIP_VERSION 19.0.2
93
+ ENV PYTHON_PIP_VERSION 19.0.3
94
94
95
95
RUN set -ex; \
96
96
\
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -ex \
57
57
&& python2 --version
58
58
59
59
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
60
- ENV PYTHON_PIP_VERSION 19.0.2
60
+ ENV PYTHON_PIP_VERSION 19.0.3
61
61
62
62
RUN set -ex; \
63
63
\
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.0.2
44
+ ENV PYTHON_PIP_VERSION 19.0.3
45
45
46
46
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
47
47
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
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.0.2
44
+ ENV PYTHON_PIP_VERSION 19.0.3
45
45
46
46
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
47
47
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
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.0.2
44
+ ENV PYTHON_PIP_VERSION 19.0.3
45
45
46
46
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
47
47
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
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.0.2
44
+ ENV PYTHON_PIP_VERSION 19.0.3
45
45
46
46
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
47
47
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments