8000 Update to 3.8.11, pip 21.2.4 · daiyiy/python@670a51b · GitHub
[go: up one dir, main page]

Skip to content

Commit 670a51b

Browse files
Update to 3.8.11, pip 21.2.4
1 parent f534df6 commit 670a51b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.8/alpine3.13/Dockerfile

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

115115
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
116-
ENV PYTHON_PIP_VERSION 21.2.3
116+
ENV PYTHON_PIP_VERSION 21.2.4
117117
# https://github.com/pypa/get-pip
118118
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
119119
ENV PYTHON_GET_PIP_SHA256 fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b

3.8/alpine3.14/Dockerfile

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

115115
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
116-
ENV PYTHON_PIP_VERSION 21.2.3
116+
ENV PYTHON_PIP_VERSION 21.2.4
117117
# https://github.com/pypa/get-pip
118118
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
119119
ENV PYTHON_GET_PIP_SHA256 fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b

3.8/buster/Dockerfile

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

7272
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
73-
ENV PYTHON_PIP_VERSION 21.2.3
73+
ENV PYTHON_PIP_VERSION 21.2.4
7474
# https://github.com/pypa/get-pip
7575
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
7676
ENV PYTHON_GET_PIP_SHA256 fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b

3.8/buster/slim/Dockerfile

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

111111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112-
ENV PYTHON_PIP_VERSION 21.2.3
112+
ENV PYTHON_PIP_VERSION 21.2.4
113113
# https://github.com/pypa/get-pip
114114
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py
115115
ENV PYTHON_GET_PIP_SHA256 fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b

0 commit comments

Comments
 (0)
0