Skip to content

Commit 13715e8

Browse files
authored
1 parent 53331c9 commit 13715e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/googleapis/python-multi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 \
149149
# Install pip on Python 3.6 only.
150150
# If the environment variable is called "PIP_VERSION", pip explodes with
151151
# "ValueError: invalid truth value '<VERSION>'"
152-
ENV PYTHON_PIP_VERSION 20.2.4
152+
ENV PYTHON_PIP_VERSION 21.3.1
153153
RUN wget --no-check-certificate -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
154154
&& python3.6 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
155155

0 commit comments

Comments
 (0)