Skip to content

Commit 21c2526

Browse files
authored
chore: use pip==20.2.2
1 parent 5df67f0 commit 21c2526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN set -ex \
128128
# Install pip on Python 3.6 only.
129129
# If the environment variable is called "PIP_VERSION", pip explodes with
130130
# "ValueError: invalid truth value '<VERSION>'"
131-
ENV PYTHON_PIP_VERSION 10.0.1
131+
ENV PYTHON_PIP_VERSION 20.2.2
132132
RUN wget --no-check-certificate -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
133133
&& python3.6 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
134134
# we use "--force-reinstall" for the case where the version of pip we're trying to install is the same as the version bundled with Python

0 commit comments

Comments
 (0)