File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 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 \
105105 && ln -s python3-config python-config
106106
107107# 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
109109
110110RUN set -ex; \
111111 \
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN cd /usr/local/bin \
6666 && ln -s python3-config python-config
6767
6868# 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
7070
7171RUN set -ex; \
7272 \
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ RUN cd /usr/local/bin \
101101 && ln -s python3-config python-config
102102
103103# 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
105105
106106RUN set -ex; \
107107 \
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.0.3
45+ ENV PYTHON_PIP_VERSION 19.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.0.3
45+ ENV PYTHON_PIP_VERSION 19.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.0.3
45+ ENV PYTHON_PIP_VERSION 19.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