8000 Update to 3.9.0a2, pip 20.0.1 · docker-library/python@3dd3dab · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dd3dab

Browse files
Update to 3.9.0a2, pip 20.0.1
1 parent 34fb622 commit 3dd3dab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.9-rc/alpine3.10/Dockerfile

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

110110
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
111-
ENV PYTHON_PIP_VERSION 19.3.1
111+
ENV PYTHON_PIP_VERSION 20.0.1
112112
# https://github.com/pypa/get-pip
113113
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
114114
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.9-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 19.3.1
72+
ENV PYTHON_PIP_VERSION 20.0.1
7373
# https://github.com/pypa/get-pip
7474
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
7575
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.9-rc/windows/windowsservercore-1809/Dockerfile

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

4444
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45-
ENV PYTHON_PIP_VERSION 19.3.1
45+
ENV PYTHON_PIP_VERSION 20.0.1
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile

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

4444
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
45-
ENV PYTHON_PIP_VERSION 19.3.1
45+
ENV PYTHON_PIP_VERSION 20.0.1
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

0 commit comments

Comments
 (0)
0