File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
8383 && rm -rf /usr/src/python
8484
8585# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86- ENV PYTHON_PIP_VERSION 9.0.1
86+ ENV PYTHON_PIP_VERSION 9.0.2
8787
8888RUN set -ex; \
8989 \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
8383 && rm -rf /usr/src/python
8484
8585# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86- ENV PYTHON_PIP_VERSION 9.0.1
86+ ENV PYTHON_PIP_VERSION 9.0.2
8787
8888RUN set -ex; \
8989 \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -ex \
8383 && rm -rf /usr/src/python
8484
8585# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
86- ENV PYTHON_PIP_VERSION 9.0.1
86+ ENV PYTHON_PIP_VERSION 9.0.2
8787
8888RUN set -ex; \
8989 \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -ex \
5555 && rm -rf /usr/src/python
5656
5757# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58- ENV PYTHON_PIP_VERSION 9.0.1
58+ ENV PYTHON_PIP_VERSION 9.0.2
5959
6060RUN set -ex; \
6161 \
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN set -ex \
7373 && rm -rf /usr/src/python
7474
7575# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
76- ENV PYTHON_PIP_VERSION 9.0.1
76+ ENV PYTHON_PIP_VERSION 9.0.2
7777
7878RUN set -ex; \
7979 \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -ex \
5555 && rm -rf /usr/src/python
5656
5757# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58- ENV PYTHON_PIP_VERSION 9.0.1
58+ ENV PYTHON_PIP_VERSION 9.0.2
5959
6060RUN set -ex; \
6161 \
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN set -ex \
7373 && rm -rf /usr/src/python
7474
7575# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
76- ENV PYTHON_PIP_VERSION 9.0.1
76+ ENV PYTHON_PIP_VERSION 9.0.2
7777
7878RUN set -ex; \
7979 \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -ex \
5555 && rm -rf /usr/src/python
5656
5757# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
58- ENV PYTHON_PIP_VERSION 9.0.1
58+ ENV PYTHON_PIP_VERSION 9.0.2
5959
6060RUN set -ex; \
6161 \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
3434 Write-Host 'Complete.' ;
3535
3636# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
37- ENV PYTHON_PIP_VERSION 9.0.1
37+ ENV PYTHON_PIP_VERSION 9.0.2
3838
3939RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4040 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -f $env
3434 Write-Host 'Complete.' ;
3535
3636# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
37- ENV PYTHON_PIP_VERSION 9.0.1
37+ ENV PYTHON_PIP_VERSION 9.0.2
3838
3939RUN Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); \
4040 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments