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 @@ -97,7 +97,7 @@ RUN set -ex \
9797 && python2 --version
9898
9999# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
100- ENV PYTHON_PIP_VERSION 19.0.3
100+ ENV PYTHON_PIP_VERSION 19.1
101101
102102RUN set -ex; \
103103 \
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ RUN set -ex \
9797 && python2 --version
9898
9999# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
100- ENV PYTHON_PIP_VERSION 19.0.3
100+ ENV PYTHON_PIP_VERSION 19.1
101101
102102RUN set -ex; \
103103 \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -ex \
5757 && python2 --version
5858
5959# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
60- ENV PYTHON_PIP_VERSION 19.0.3
60+ ENV PYTHON_PIP_VERSION 19.1
6161
6262RUN set -ex; \
6363 \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -ex \
9090 && python2 --version
9191
9292# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
93- ENV PYTHON_PIP_VERSION 19.0.3
93+ ENV PYTHON_PIP_VERSION 19.1
9494
9595RUN set -ex; \
9696 \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN set -ex \
5757 && python2 --version
5858
5959# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
60- ENV PYTHON_PIP_VERSION 19.0.3
60+ ENV PYTHON_PIP_VERSION 19.1
6161
6262RUN set -ex; \
6363 \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -ex \
9090 && python2 --version
9191
9292# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
93- ENV PYTHON_PIP_VERSION 19.0.3
93+ ENV PYTHON_PIP_VERSION 19.1
9494
9595RUN set -ex; \
9696 \
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.msi' -f $env
4141 Write-Host 'Complete.' ;
4242
4343# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44- ENV PYTHON_PIP_VERSION 19.0.3
44+ ENV PYTHON_PIP_VERSION 19.1
4545
4646RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4747 [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.msi' -f $env
4141 Write-Host 'Complete.' ;
4242
4343# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44- ENV PYTHON_PIP_VERSION 19.0.3
44+ ENV PYTHON_PIP_VERSION 19.1
4545
4646RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4747 [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.msi' -f $env
4141 Write-Host 'Complete.' ;
4242
4343# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
44- ENV PYTHON_PIP_VERSION 19.0.3
44+ ENV PYTHON_PIP_VERSION 19.1
4545
4646RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4747 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments