8000 Update to 2.7.17, pip 20.0.1 · docker-library/python@7ae8abb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ae8abb

Browse files
Update to 2.7.17, pip 20.0.1
1 parent 3dd3dab commit 7ae8abb

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

2.7/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ 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 19.3.1
138+
ENV PYTHON_PIP_VERSION 20.0.1
139139
# https://github.com/pypa/get-pip
140140
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
141141
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

2.7/alpine3.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ 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 19.3.1
138+
ENV PYTHON_PIP_VERSION 20.0.1
139139
# https://github.com/pypa/get-pip
140140
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
141141
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

2.7/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ 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 19.3.1
98+
ENV PYTHON_PIP_VERSION 20.0.1
9999
# https://github.com/pypa/get-pip
100100
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
101101
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

2.7/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ 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 19.3.1
131+
ENV PYTHON_PIP_VERSION 20.0.1
132132
# https://github.com/pypa/get-pip
133133
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
134134
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

2.7/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ 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 19.3.1
98+
ENV PYTHON_PIP_VERSION 20.0.1
9999
# https://github.com/pypa/get-pip
100100
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
101101
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

2.7/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ 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 19.3.1
131+
ENV PYTHON_PIP_VERSION 20.0.1
132132
# https://github.com/pypa/get-pip
133133
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
134134
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

2.7/windows/windowsservercore-1809/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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 19.3.1
44+
ENV PYTHON_PIP_VERSION 20.0.1
4545
# https://github.com/pypa/get-pip
4646
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
4747
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

2.7/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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 19.3.1
44+
ENV PYTHON_PIP_VERSION 20.0.1
4545
# https://github.com/pypa/get-pip
4646
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
4747
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

0 commit comments

Comments
 (0)
0