10000 Update to 3.6.14, pip 21.2.1 · daiyiy/python@379caa7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 379caa7

Browse files
Update to 3.6.14, pip 21.2.1
1 parent e495a20 commit 379caa7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.6/alpine3.13/Dockerfile

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

150150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151-
ENV PYTHON_PIP_VERSION 21.1.3
151+
ENV PYTHON_PIP_VERSION 21.2.1
152152
# https://github.com/pypa/get-pip
153153
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
154154
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.6/alpine3.14/Dockerfile

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

150150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151-
ENV PYTHON_PIP_VERSION 21.1.3
151+
ENV PYTHON_PIP_VERSION 21.2.1
152152
# https://github.com/pypa/get-pip
153153
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
154154
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.6/buster/Dockerfile

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

107107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108-
ENV PYTHON_PIP_VERSION 21.1.3
108+
ENV PYTHON_PIP_VERSION 21.2.1
109109
# https://github.com/pypa/get-pip
110110
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
111111
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.6/buster/slim/Dockerfile

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

146146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147-
ENV PYTHON_PIP_VERSION 21.1.3
147+
ENV PYTHON_PIP_VERSION 21.2.1
148148
# https://github.com/pypa/get-pip
149149
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
150150
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.6/stretch/Dockerfile

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

107107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108-
ENV PYTHON_PIP_VERSION 21.1.3
108+
ENV PYTHON_PIP_VERSION 21.2.1
109109
# https://github.com/pypa/get-pip
110110
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
111111
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.6/stretch/slim/Dockerfile

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

146146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147-
ENV PYTHON_PIP_VERSION 21.1.3
147+
ENV PYTHON_PIP_VERSION 21.2.1
148148
# https://github.com/pypa/get-pip
149149
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
150150
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

0 commit comments

Comments
 (0)
0