aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_clang_tidy
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-18 17:51:32 -0700
committerGravatar Mehrdad Afshari <mmx@google.com>2018-04-19 15:48:23 -0400
commitd0d8ce8568d29563710dc063846d971f103fd73d (patch)
treec0e7138d30d895433056cb3ef35f88515b3be476 /tools/dockerfile/grpc_clang_tidy
parent1cc3bf6ce2752df57b84ea3625f4dbf0f2631be3 (diff)
Bump pip version to 10.0.1
Diffstat (limited to 'tools/dockerfile/grpc_clang_tidy')
-rw-r--r--tools/dockerfile/grpc_clang_tidy/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_clang_tidy/Dockerfile b/tools/dockerfile/grpc_clang_tidy/Dockerfile
index d9599af45b..52f3248da2 100644
--- a/tools/dockerfile/grpc_clang_tidy/Dockerfile
+++ b/tools/dockerfile/grpc_clang_tidy/Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
python-pip
# Install Python packages from PyPI
-RUN pip install --upgrade pip==9.0.2
+RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.10.0 twisted==17.5.0