File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ RUN cd /usr/local/bin \
108108# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
109109ENV PYTHON_PIP_VERSION 19.3
110110# https://github.com/pypa/get-pip
111- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
112- ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
111+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
112+ ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
113113
114114RUN set -ex; \
115115 \
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ RUN cd /usr/local/bin \
6969# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
7070ENV PYTHON_PIP_VERSION 19.3
7171# https://github.com/pypa/get-pip
72- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
73- ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
72+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
73+ ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
7474
7575RUN set -ex; \
7676 \
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ RUN cd /usr/local/bin \
104104# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105105ENV PYTHON_PIP_VERSION 19.3
106106# https://github.com/pypa/get-pip
107- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
108- ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
107+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
108+ ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
109109
110110RUN set -ex; \
111111 \
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4444# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
4545ENV PYTHON_PIP_VERSION 19.3
4646# https://github.com/pypa/get-pip
47- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
48- ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
47+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
48+ ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
4949
5050RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5151 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4444# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
4545ENV PYTHON_PIP_VERSION 19.3
4646# https://github.com/pypa/get-pip
47- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
48- ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
47+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
48+ ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
4949
5050RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5151 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4444# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
4545ENV PYTHON_PIP_VERSION 19.3
4646# https://github.com/pypa/get-pip
47- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d /get-pip.py
48- ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
47+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/65986a26949050d26e6ec98915da4aade8d8679d /get-pip.py
48+ ENV PYTHON_GET_PIP_SHA256 8d412752ae26b46a39a201ec618ef9ef7656c5b2d8529cdcbe60cd70dc94f40c
4949
5050RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5151 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments