File tree 9 files changed +9
-9
lines changed
windowsservercore-ltsc2016 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102
102
&& ln -s python3-config python-config
103
103
104
104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105
- ENV PYTHON_PIP_VERSION 9.0.2
105
+ ENV PYTHON_PIP_VERSION 9.0.3
106
106
107
107
RUN set -ex; \
108
108
\
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102
102
&& ln -s python3-config python-config
103
103
104
104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105
- ENV PYTHON_PIP_VERSION 9.0.2
105
+ ENV PYTHON_PIP_VERSION 9.0.3
106
106
107
107
RUN set -ex; \
108
108
\
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102
102
&& ln -s python3-config python-config
103
103
104
104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105
- ENV PYTHON_PIP_VERSION 9.0.2
105
+ ENV PYTHON_PIP_VERSION 9.0.3
106
106
107
107
RUN set -ex; \
108
108
\
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN cd /usr/local/bin \
71
71
&& ln -s python3-config python-config
72
72
73
73
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
74
- ENV PYTHON_PIP_VERSION 9.0.2
74
+ ENV PYTHON_PIP_VERSION 9.0.3
75
75
76
76
RUN set -ex; \
77
77
\
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RUN cd /usr/local/bin \
93
93
&& ln -s python3-config python-config
94
94
95
95
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
96
- ENV PYTHON_PIP_VERSION 9.0.2
96
+ ENV PYTHON_PIP_VERSION 9.0.3
97
97
98
98
RUN set -ex; \
99
99
\
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN cd /usr/local/bin \
71
71
&& ln -s python3-config python-config
72
72
73
73
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
74
- ENV PYTHON_PIP_VERSION 9.0.2
74
+ ENV PYTHON_PIP_VERSION 9.0.3
75
75
76
76
RUN set -ex; \
77
77
\
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RUN cd /usr/local/bin \
93
93
&& ln -s python3-config python-config
94
94
95
95
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
96
- ENV PYTHON_PIP_VERSION 9.0.2
96
+ ENV PYTHON_PIP_VERSION 9.0.3
97
97
98
98
RUN set -ex; \
99
99
\
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.exe' -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 9.0.2
44
+ ENV PYTHON_PIP_VERSION 9.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.exe' -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 9.0.2
44
+ ENV PYTHON_PIP_VERSION 9.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