Skip to content

Commit b80663b

Browse files
Update to 3.6.11, pip 20.2.2
1 parent 9afdc5a commit b80663b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.6/alpine3.11/Dockerfile

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

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

3.6/alpine3.12/Dockerfile

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

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

3.6/buster/Dockerfile

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

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

3.6/buster/slim/Dockerfile

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

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

3.6/stretch/Dockerfile

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

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

3.6/stretch/slim/Dockerfile

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

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

0 commit comments

Comments
 (0)