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 @@ -104,7 +104,7 @@ RUN cd /usr/local/bin \
104
104
&& ln -s python3-config python-config
105
105
106
106
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
107
- ENV PYTHON_PIP_VERSION 19.1
107
+ ENV PYTHON_PIP_VERSION 19.1.1
108
108
109
109
RUN set -ex; \
110
110
\
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN cd /usr/local/bin \
104
104
&& ln -s python3-config python-config
105
105
106
106
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
107
- ENV PYTHON_PIP_VERSION 19.1
107
+ ENV PYTHON_PIP_VERSION 19.1.1
108
108
109
109
RUN set -ex; \
110
110
\
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN cd /usr/local/bin \
65
65
&& ln -s python3-config python-config
66
66
67
67
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68
- ENV PYTHON_PIP_VERSION 19.1
68
+ ENV PYTHON_PIP_VERSION 19.1.1
69
69
70
70
RUN set -ex; \
71
71
\
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN cd /usr/local/bin \
100
100
&& ln -s python3-config python-config
101
101
102
102
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103
- ENV PYTHON_PIP_VERSION 19.1
103
+ ENV PYTHON_PIP_VERSION 19.1.1
104
104
105
105
RUN set -ex; \
106
106
\
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN cd /usr/local/bin \
65
65
&& ln -s python3-config python-config
66
66
67
67
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
68
- ENV PYTHON_PIP_VERSION 19.1
68
+ ENV PYTHON_PIP_VERSION 19.1.1
69
69
70
70
RUN set -ex; \
71
71
\
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN cd /usr/local/bin \
100
100
&& ln -s python3-config python-config
101
101
102
102
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
103
- ENV PYTHON_PIP_VERSION 19.1
103
+ ENV PYTHON_PIP_VERSION 19.1.1
104
104
105
105
RUN set -ex; \
106
106
\
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.1
45
+ ENV PYTHON_PIP_VERSION 19.1.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.1
45
+ ENV PYTHON_PIP_VERSION 19.1.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.1
45
+ ENV PYTHON_PIP_VERSION 19.1.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