Skip to content

Commit cd63ca8

Browse files
Update to 3.10.0a3, pip 20.3.1
1 parent 36bce01 commit cd63ca8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

3.10-rc/alpine3.12/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 20.3.2
117+
ENV PYTHON_PIP_VERSION 20.3.1
118118
# https://github.com/pypa/get-pip
119119
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
120120
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

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 20.3.2
72+
ENV PYTHON_PIP_VERSION 20.3.1
7373
# https://github.com/pypa/get-pip
7474
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
7575
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

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 20.3.2
112+
ENV PYTHON_PIP_VERSION 20.3.1
113113
# https://github.com/pypa/get-pip
114114
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
115115
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

3.10-rc/windows/windowsservercore-1809/Dockerfile

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

4747
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48-
ENV PYTHON_PIP_VERSION 20.3.2
48+
ENV PYTHON_PIP_VERSION 20.3.1
4949
# https://github.com/pypa/get-pip
5050
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
5151
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

3.10-rc/windows/windowsservercore-ltsc2016/Dockerfile

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

4747
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48-
ENV PYTHON_PIP_VERSION 20.3.2
48+
ENV PYTHON_PIP_VERSION 20.3.1
4949
# https://github.com/pypa/get-pip
5050
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/c3067b2bad1d08358abccf8f4164155378c9407b/get-pip.py
5151
ENV PYTHON_GET_PIP_SHA256 fb0ef486d5c9fa8ba61ae09831d276b3656e8b8319cf5bfdce2165d64e6e1168

0 commit comments

Comments
 (0)