We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53331c9 commit 13715e8Copy full SHA for 13715e8
1 file changed
python/googleapis/python-multi/Dockerfile
@@ -149,7 +149,7 @@ RUN for PYTHON_VERSION in 2.7.18 3.6.15 3.7.12 3.8.12 3.9.7 3.10.0; do \
149
# Install pip on Python 3.6 only.
150
# If the environment variable is called "PIP_VERSION", pip explodes with
151
# "ValueError: invalid truth value '<VERSION>'"
152
-ENV PYTHON_PIP_VERSION 20.2.4
+ENV PYTHON_PIP_VERSION 21.3.1
153
RUN wget --no-check-certificate -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
154
&& python3.6 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
155
0 commit comments