Skip to content

Commit 2f43955

Browse files
busunkim96dinagravesleahecole
authored
chore: use latest pip (GoogleCloudPlatform#6964)
https://pypi.org/project/pip/21.3.1/ https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020 Co-authored-by: Dina Graves Portman <dinagraves@google.com> Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent fa25f05 commit 2f43955

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
@@ -145,7 +145,7 @@ RUN set -ex \
145145
# Install pip on Python 3.6 only.
146146
# If the environment variable is called "PIP_VERSION", pip explodes with
147147
# "ValueError: invalid truth value '<VERSION>'"
148-
ENV PYTHON_PIP_VERSION 20.2.4
148+
ENV PYTHON_PIP_VERSION 21.3.1
149149
RUN wget --no-check-certificate -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
150150
&& python3.6 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
151151
# 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)