Skip to content

Commit 34b15c3

Browse files
Update to 3.10.0b4, pip 21.2.2
1 parent d18aeb0 commit 34b15c3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.10-rc/alpine3.13/Dockerfile

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

116116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117-
ENV PYTHON_PIP_VERSION 21.2.1
117+
ENV PYTHON_PIP_VERSION 21.2.2
118118
# https://github.com/pypa/get-pip
119119
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
120120
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.10-rc/alpine3.14/Dockerfile

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

116116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117-
ENV PYTHON_PIP_VERSION 21.2.1
117+
ENV PYTHON_PIP_VERSION 21.2.2
118118
# https://github.com/pypa/get-pip
119119
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
120120
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.10-rc/buster/Dockerfile

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

7171
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
72-
ENV PYTHON_PIP_VERSION 21.2.1
72+
ENV PYTHON_PIP_VERSION 21.2.2
7373
# https://github.com/pypa/get-pip
7474
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
7575
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.10-rc/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

3.10-rc/windows/windowsservercore-1809/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
5252
Write-Host 'Complete.'
5353

5454
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
55-
ENV PYTHON_PIP_VERSION 21.2.1
55+
ENV PYTHON_PIP_VERSION 21.2.2
5656
# https://github.com/pypa/get-pip
5757
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
5858
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

3.10-rc/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
5252
Write-Host 'Complete.'
5353

5454
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
55-
ENV PYTHON_PIP_VERSION 21.2.1
55+
ENV PYTHON_PIP_VERSION 21.2.2
5656
# https://github.com/pypa/get-pip
5757
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
5858
ENV PYTHON_GET_PIP_SHA256 6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7

0 commit comments

Comments
 (0)