File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 5 files changed +5
-5
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 9.0.1
107+ ENV PYTHON_PIP_VERSION 9.0.2
108108
109109RUN set -ex; \
110110 \
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN cd /usr/local/bin \
7171 && ln -s python3-config python-config
7272
7373# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
74- ENV PYTHON_PIP_VERSION 9.0.1
74+ ENV PYTHON_PIP_VERSION 9.0.2
7575
7676RUN set -ex; \
7777 \
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RUN cd /usr/local/bin \
9393 && ln -s python3-config python-config
9494
9595# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
96- ENV PYTHON_PIP_VERSION 9.0.1
96+ ENV PYTHON_PIP_VERSION 9.0.2
9797
9898RUN set -ex; \
9999 \
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.exe' -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 9.0.1
44+ ENV PYTHON_PIP_VERSION 9.0.2
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.exe' -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 9.0.1
44+ ENV PYTHON_PIP_VERSION 9.0.2
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