File tree 6 files changed +6
-6
lines changed
windowsservercore-ltsc2016
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ RUN cd /usr/local/bin \
105
105
&& ln -s python3-config python-config
106
106
107
107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108
- ENV PYTHON_PIP_VERSION 19.0.3
108
+ ENV PYTHON_PIP_VERSION 19.1
109
109
110
110
RUN set -ex; \
111
111
\
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN cd /usr/local/bin \
66
66
&& ln -s python3-config python-config
67
67
68
68
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
69
- ENV PYTHON_PIP_VERSION 19.0.3
69
+ ENV PYTHON_PIP_VERSION 19.1
70
70
71
71
RUN set -ex; \
72
72
\
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ RUN cd /usr/local/bin \
101
101
&& ln -s python3-config python-config
102
102
103
103
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
104
- ENV PYTHON_PIP_VERSION 19.0.3
104
+ ENV PYTHON_PIP_VERSION 19.1
105
105
106
106
RUN set -ex; \
107
107
\
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
42
42
Write-Host 'Complete.' ;
43
43
44
44
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45
- ENV PYTHON_PIP_VERSION 19.0.3
45
+ ENV PYTHON_PIP_VERSION 19.1
46
46
47
47
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
48
48
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
42
42
Write-Host 'Complete.' ;
43
43
44
44
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45
- ENV PYTHON_PIP_VERSION 19.0.3
45
+ ENV PYTHON_PIP_VERSION 19.1
46
46
47
47
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
48
48
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
42
42
Write-Host 'Complete.' ;
43
43
44
44
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45
- ENV PYTHON_PIP_VERSION 19.0.3
45
+ ENV PYTHON_PIP_VERSION 19.1
46
46
47
47
RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
48
48
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments