Skip to content

Commit 7ca1837

Browse files
Update to 3.8.0rc1, pip 19.3
1 parent fa915aa commit 7ca1837

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.8-rc/alpine3.10/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN cd /usr/local/bin \
106106
&& ln -s python3-config python-config
107107

108108
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
109-
ENV PYTHON_PIP_VERSION 19.2.3
109+
ENV PYTHON_PIP_VERSION 19.3
110110
# https://github.com/pypa/get-pip
111111
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
112112
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.8-rc/buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN cd /usr/local/bin \
6767
&& ln -s python3-config python-config
6868

6969
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
70-
ENV PYTHON_PIP_VERSION 19.2.3
70+
ENV PYTHON_PIP_VERSION 19.3
7171
# https://github.com/pypa/get-pip
7272
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
7373
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.8-rc/buster/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN cd /usr/local/bin \
102102
&& ln -s python3-config python-config
103103

104104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105-
ENV PYTHON_PIP_VERSION 19.2.3
105+
ENV PYTHON_PIP_VERSION 19.3
106106
# https://github.com/pypa/get-pip
107107
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
108108
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.8-rc/windows/windowsservercore-1803/Dockerfile

+1-1
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.2.3
45+
ENV PYTHON_PIP_VERSION 19.3
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.8-rc/windows/windowsservercore-1809/Dockerfile

+1-1
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.2.3
45+
ENV PYTHON_PIP_VERSION 19.3
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile

+1-1
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.2.3
45+
ENV PYTHON_PIP_VERSION 19.3
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe

0 commit comments

Comments
 (0)