Skip to content

Commit 1b78ff4

Browse files
Update to 3.8.5, pip 20.2.2
1 parent bbcf54f commit 1b78ff4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.8/alpine3.11/Dockerfile

+1-1
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.2.1
112+
ENV PYTHON_PIP_VERSION 20.2.2
113113
# https://github.com/pypa/get-pip
114114
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
115115
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1

3.8/alpine3.12/Dockerfile

+1-1
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.2.1
112+
ENV PYTHON_PIP_VERSION 20.2.2
113113
# https://github.com/pypa/get-pip
114114
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
115115
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1

3.8/buster/Dockerfile

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

7272
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
73-
ENV PYTHON_PIP_VERSION 20.2.1
73+
ENV PYTHON_PIP_VERSION 20.2.2
7474
# https://github.com/pypa/get-pip
7575
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
7676
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1

3.8/buster/slim/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 20.2.1
109+
ENV PYTHON_PIP_VERSION 20.2.2
110110
# https://github.com/pypa/get-pip
111111
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
112112
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1

3.8/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 20.2.1
45+
ENV PYTHON_PIP_VERSION 20.2.2
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1

3.8/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 20.2.1
45+
ENV PYTHON_PIP_VERSION 20.2.2
4646
# https://github.com/pypa/get-pip
4747
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/5578af97f8b2b466f4cdbebe18a3ba2d48ad1434/get-pip.py
4848
ENV PYTHON_GET_PIP_SHA256 d4d62a0850fe0c2e6325b2cc20d818c580563de5a2038f917e3cb0e25280b4d1

0 commit comments

Comments
 (0)