aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/stress_test/grpc_interop_stress_csharp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-13 13:34:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-13 13:34:58 -0700
commit77af9d832de23246bcc07bc814e3d989413db079 (patch)
tree0dd6f1f6516294e461c08d7a5121690d8ec158ed /tools/dockerfile/stress_test/grpc_interop_stress_csharp
parent9d3203a5ea195801eb7358beced8c2f472a7d9b2 (diff)
parentc5591f5143b6fb34f2f4ce6ae5d4ea18d9d65bf3 (diff)
Merge github.com:grpc/grpc into trim-the-locks
Diffstat (limited to 'tools/dockerfile/stress_test/grpc_interop_stress_csharp')
-rw-r--r--tools/dockerfile/stress_test/grpc_interop_stress_csharp/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_csharp/Dockerfile b/tools/dockerfile/stress_test/grpc_interop_stress_csharp/Dockerfile
index 328825392b..cd1e934341 100644
--- a/tools/dockerfile/stress_test/grpc_interop_stress_csharp/Dockerfile
+++ b/tools/dockerfile/stress_test/grpc_interop_stress_csharp/Dockerfile
@@ -76,7 +76,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install pip --upgrade
RUN pip install virtualenv
-RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2 six==1.10.0
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.2.0 six==1.10.0
# Prepare ccache
RUN ln -s /usr/bin/ccache /usr/local/bin/gcc