File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 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 \
104104 && ln -s python3-config python-config
105105
106106# 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
108108
109109RUN set -ex; \
110110 \
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ RUN cd /usr/local/bin \
104104 && ln -s python3-config python-config
105105
106106# 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
108108
109109RUN set -ex; \
110110 \
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN cd /usr/local/bin \
6565 && ln -s python3-config python-config
6666
6767# 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
6969
7070RUN set -ex; \
7171 \
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN cd /usr/local/bin \
100100 && ln -s python3-config python-config
101101
102102# 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
104104
105105RUN set -ex; \
106106 \
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN cd /usr/local/bin \
6565 && ln -s python3-config python-config
6666
6767# 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
6969
7070RUN set -ex; \
7171 \
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ RUN cd /usr/local/bin \
100100 && ln -s python3-config python-config
101101
102102# 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
104104
105105RUN set -ex; \
106106 \
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
4242 Write-Host 'Complete.' ;
4343
4444# 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
4646
4747RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4848 [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
4242 Write-Host 'Complete.' ;
4343
4444# 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
4646
4747RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4848 [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
4242 Write-Host 'Complete.' ;
4343
4444# 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
4646
4747RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4848 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments