We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df67f0 commit 21c2526Copy full SHA for 21c2526
.kokoro/docker/Dockerfile
@@ -128,7 +128,7 @@ RUN set -ex \
128
# Install pip on Python 3.6 only.
129
# If the environment variable is called "PIP_VERSION", pip explodes with
130
# "ValueError: invalid truth value '<VERSION>'"
131
-ENV PYTHON_PIP_VERSION 10.0.1
+ENV PYTHON_PIP_VERSION 20.2.2
132
RUN wget --no-check-certificate -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
133
&& python3.6 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
134
# 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