File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ RUN cd /usr/local/bin \
108108 && ln -s python3-config python-config
109109
110110# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
111- ENV PYTHON_PIP_VERSION 20.0.1
111+ ENV PYTHON_PIP_VERSION 20.0.2
112112# https://github.com/pypa/get-pip
113- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
114- ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
113+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560 /get-pip.py
114+ ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
115115
116116RUN set -ex; \
117117 \
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ RUN cd /usr/local/bin \
108108 && ln -s python3-config python-config
109109
110110# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
111- ENV PYTHON_PIP_VERSION 20.0.1
111+ ENV PYTHON_PIP_VERSION 20.0.2
112112# https://github.com/pypa/get-pip
113- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
114- ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
113+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560 /get-pip.py
114+ ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
115115
116116RUN set -ex; \
117117 \
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ RUN cd /usr/local/bin \
6969 && ln -s python3-config python-config
7070
7171# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
72- ENV PYTHON_PIP_VERSION 20.0.1
72+ ENV PYTHON_PIP_VERSION 20.0.2
7373# https://github.com/pypa/get-pip
74- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
75- ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
74+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560 /get-pip.py
75+ ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
7676
7777RUN set -ex; \
7878 \
Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ 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 20.0.1
107+ ENV PYTHON_PIP_VERSION 20.0.2
108108# https://github.com/pypa/get-pip
109- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
110- ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
109+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560 /get-pip.py
110+ ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
111111
112112RUN set -ex; \
113113 \
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4242 Write-Host 'Complete.'
4343
4444# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45- ENV PYTHON_PIP_VERSION 20.0.1
45+ ENV PYTHON_PIP_VERSION 20.0.2
4646# https://github.com/pypa/get-pip
47- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
48- ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
47+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560 /get-pip.py
48+ ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
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 @@ -42,10 +42,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4242 Write-Host 'Complete.'
4343
4444# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45- ENV PYTHON_PIP_VERSION 20.0.1
45+ ENV PYTHON_PIP_VERSION 20.0.2
4646# https://github.com/pypa/get-pip
47- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0 /get-pip.py
48- ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
47+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560 /get-pip.py
48+ ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
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