aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-27 15:05:14 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-27 15:05:14 -0800
commite7af52580d65040ab4eca45b32fdbab34e4f193a (patch)
tree6620ffc9ad5d66a5c7a4938e5aa4917ac81491a8 /tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
parente8bb8749ed8bc7e76f5de91370c7d8600059ff98 (diff)
parentfbe8ff657ccb742daedae11a1029f5628de07ce7 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c
Diffstat (limited to 'tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile')
-rw-r--r--tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile b/tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
index 7c083de365..c296c8c674 100644
--- a/tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
+++ b/tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==9.0.1
RUN pip install virtualenv
-RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.2.0 six==1.10.0 twisted==17.5.0
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.10.0 twisted==17.5.0
# Define the default command.
CMD ["bash"]