8000 Update to 3.8.11, pip 21.2.2 · daiyiy/python@7378e60 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7378e60

Browse files
Update to 3.8.11, pip 21.2.2
1 parent 05b3ac6 commit 7378e60

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.1
116+
ENV PYTHON_PIP_VERSION 21.2.2
117117
# https://github.com/pypa/get-pip
118118
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
119119
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

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.1
116+
ENV PYTHON_PIP_VERSION 21.2.2
117117
# https://github.com/pypa/get-pip
118118
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
119119
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

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.1
73+
ENV PYTHON_PIP_VERSION 21.2.2
7474
# https://github.com/pypa/get-pip
7575
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
7676
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

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.1
112+
ENV PYTHON_PIP_VERSION 21.2.2
113113
# https://github.com/pypa/get-pip
114114
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
115115
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

0 commit comments

Comments
 (0)
0