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

Skip to content

Commit f1430a4

Browse files
Update to 3.5.9, pip 20.0.1
1 parent 7ae8abb commit f1430a4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.5/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN cd /usr/local/bin \
141141
&& ln -s python3-config python-config
142142

143143
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
144-
ENV PYTHON_PIP_VERSION 19.3.1
144+
ENV PYTHON_PIP_VERSION 20.0.1
145145
# https://github.com/pypa/get-pip
146146
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
147147
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.5/alpine3.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN cd /usr/local/bin \
141141
&& ln -s python3-config python-config
142142

143143
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
144-
ENV PYTHON_PIP_VERSION 19.3.1
144+
ENV PYTHON_PIP_VERSION 20.0.1
145145
# https://github.com/pypa/get-pip
146146
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
147147
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.5/buster/Dockerfile

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

3.5/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
139139
&& ln -s python3-config python-config
140140

141141
# if this is called "PIP_VERSION", pip EEAB explodes with "ValueError: invalid truth value '<VERSION>'"
142-
ENV PYTHON_PIP_VERSION 19.3.1
142+
ENV PYTHON_PIP_VERSION 20.0.1
143143
# https://github.com/pypa/get-pip
144144
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
145145
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.5/stretch/Dockerfile

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

3.5/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN cd /usr/local/bin \
139139
&& ln -s python3-config python-config
140140

141141
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
142-
ENV PYTHON_PIP_VERSION 19.3.1
142+
ENV PYTHON_PIP_VERSION 20.0.1
143143
# https://github.com/pypa/get-pip
144144
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
145145
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

0 commit comments

Comments
 (0)
0