File tree Expand file tree Collapse file tree
windowsservercore-ltsc2016 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102102 && ln -s python3-config python-config
103103
104104# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105- ENV PYTHON_PIP_VERSION 10.0.0
105+ ENV PYTHON_PIP_VERSION 10.0.1
106106
107107RUN set -ex; \
108108 \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102102 && ln -s python3-config python-config
103103
104104# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105- ENV PYTHON_PIP_VERSION 10.0.0
105+ ENV PYTHON_PIP_VERSION 10.0.1
106106
107107RUN set -ex; \
108108 \
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 10.0.0
107+ ENV PYTHON_PIP_VERSION 10.0.1
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 10.0.0
74+ ENV PYTHON_PIP_VERSION 10.0.1
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 10.0.0
96+ ENV PYTHON_PIP_VERSION 10.0.1
9797
9898RUN set -ex; \
9999 \
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 10.0.0
74+ ENV PYTHON_PIP_VERSION 10.0.1
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 10.0.0
96+ ENV PYTHON_PIP_VERSION 10.0.1
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 10.0.0
44+ ENV PYTHON_PIP_VERSION 10.0.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.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 10.0.0
44+ ENV PYTHON_PIP_VERSION 10.0.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