diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-08 12:54:57 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-08 12:54:57 -0800 |
commit | 3fd238a2c6ad5b4a57220fa909c71e9c63989859 (patch) | |
tree | 68eb9f8504cf9190f23261d7e15621001dfdc084 /tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile | |
parent | 055abd65fb3db3f679faf378c09d9f0a6af82d07 (diff) | |
parent | 04b4d4c54bbf29d8c6e0201be6b56a6381f70708 (diff) |
Merge github.com:grpc/grpc into poll-wakeup
Diffstat (limited to 'tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile')
-rw-r--r-- | tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile b/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile index 087cc4e2bb..14a2468abc 100644 --- a/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile +++ b/tools/dockerfile/interoptest/grpc_interop_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 #================ # C# dependencies |