Skip to content

Commit dbe462c

Browse files
Update to 2.7.17, pip 20.0.2
1 parent 3b0aaaa commit dbe462c

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

2.7/alpine3.10/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ RUN set -ex \
135135
&& python2 --version
136136

137137
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
138-
ENV PYTHON_PIP_VERSION 20.0.1
138+
ENV PYTHON_PIP_VERSION 20.0.2
139139
# https://github.com/pypa/get-pip
140-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
141-
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
140+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
141+
ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
142142

143143
RUN set -ex; \
144144
\

2.7/alpine3.11/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ RUN set -ex \
135135
&& python2 --version
136136

137137
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
138-
ENV PYTHON_PIP_VERSION 20.0.1
138+
ENV PYTHON_PIP_VERSION 20.0.2
139139
# https://github.com/pypa/get-pip
140-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
141-
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
140+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
141+
ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
142142

143143
RUN set -ex; \
144144
\

2.7/buster/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ RUN set -ex \
9595
&& python2 --version
9696

9797
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
98-
ENV PYTHON_PIP_VERSION 20.0.1
98+
ENV PYTHON_PIP_VERSION 20.0.2
9999
# https://github.com/pypa/get-pip
100-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
101-
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
100+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
101+
ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
102102

103103
RUN set -ex; \
104104
\

2.7/buster/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ RUN set -ex \
128128
&& python2 --version
129129

130130
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
131-
ENV PYTHON_PIP_VERSION 20.0.1
131+
ENV PYTHON_PIP_VERSION 20.0.2
132132
# https://github.com/pypa/get-pip
133-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
134-
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
133+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
134+
ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
135135

136136
RUN set -ex; \
137137
\

2.7/stretch/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ RUN set -ex \
9595
&& python2 --version
9696

9797
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
98-
ENV PYTHON_PIP_VERSION 20.0.1
98+
ENV PYTHON_PIP_VERSION 20.0.2
9999
# https://github.com/pypa/get-pip
100-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
101-
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
100+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
101+
ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
102102

103103
RUN set -ex; \
104104
\

2.7/stretch/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ RUN set -ex \
128128
&& python2 --version
129129

130130
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
131-
ENV PYTHON_PIP_VERSION 20.0.1
131+
ENV PYTHON_PIP_VERSION 20.0.2
132132
# https://github.com/pypa/get-pip
133-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
134-
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
133+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
134+
ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
135135

136136
RUN set -ex; \
137137
\

2.7/windows/windowsservercore-1809/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -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 20.0.1
44+
ENV PYTHON_PIP_VERSION 20.0.2
4545
# https://github.com/pypa/get-pip
46-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
47-
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
46+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
47+
ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
4848

4949
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5050
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

2.7/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -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 20.0.1
44+
ENV PYTHON_PIP_VERSION 20.0.2
4545
# https://github.com/pypa/get-pip
46-
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
47-
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
46+
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/42ad3426cb1ef05863521d7988d5f7fec0c99560/get-pip.py
47+
ENV PYTHON_GET_PIP_SHA256 da288fc002d0bb2b90f6fbabc91048c1fa18d567ad067ee713c6e331d3a32b45
4848

4949
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
5050
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

0 commit comments

Comments
 (0)