File tree 10 files changed +10
-10
lines changed
windowsservercore-ltsc2016 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ RUN set -ex \
86
86
&& python2 --version
87
87
88
88
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
89
- ENV PYTHON_PIP_VERSION 10.0.1
89
+ ENV PYTHON_PIP_VERSION 18.0
90
90
91
91
RUN set -ex; \
92
92
\
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ RUN set -ex \
88
88
&& python2 --version
89
89
90
90
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
91
- ENV PYTHON_PIP_VERSION 10.0.1
91
+ ENV PYTHON_PIP_VERSION 18.0
92
92
93
93
RUN set -ex; \
94
94
\
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ RUN set -ex \
88
88
&& python2 --version
89
89
90
90
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
91
- ENV PYTHON_PIP_VERSION 10.0.1
91
+ ENV PYTHON_PIP_VERSION 18.0
92
92
93
93
RUN set -ex; \
94
94
\
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN set -ex \
50
50
&& python2 --version
51
51
52
52
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
53
- ENV PYTHON_PIP_VERSION 10.0.1
53
+ ENV PYTHON_PIP_VERSION 18.0
54
54
55
55
RUN set -ex; \
56
56
\
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
83
83
&& python2 --version
84
84
85
85
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86
- ENV PYTHON_PIP_VERSION 10.0.1
86
+ ENV PYTHON_PIP_VERSION 18.0
87
87
88
88
RUN set -ex; \
89
89
\
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN set -ex \
50
50
&& python2 --version
51
51
52
52
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
53
- ENV PYTHON_PIP_VERSION 10.0.1
53
+ ENV PYTHON_PIP_VERSION 18.0
54
54
55
55
RUN set -ex; \
56
56
\
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ RUN set -ex \
87
87
&& python2 --version
88
88
89
89
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
90
- ENV PYTHON_PIP_VERSION 10.0.1
90
+ ENV PYTHON_PIP_VERSION 18.0
91
91
92
92
RUN set -ex; \
93
93
\
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN set -ex \
50
50
&& python2 --version
51
51
52
52
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
53
- ENV PYTHON_PIP_VERSION 10.0.1
53
+ ENV PYTHON_PIP_VERSION 18.0
54
54
55
55
RUN set -ex; \
56
56
\
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
35
35
Write-Host 'Complete.' ;
36
36
37
37
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
38
- ENV PYTHON_PIP_VERSION 10.0.1
38
+ ENV PYTHON_PIP_VERSION 18.0
39
39
40
40
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
41
41
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
35
35
Write-Host 'Complete.' ;
36
36
37
37
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
38
- ENV PYTHON_PIP_VERSION 10.0.1
38
+ ENV PYTHON_PIP_VERSION 18.0
39
39
40
40
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
41
41
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments