aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-04-19 00:43:03 -0400
committerGravatar Mehrdad Afshari <mmx@google.com>2018-04-19 15:48:31 -0400
commitc176917789d8655412c063ab526230f6deb05d6d (patch)
tree69f9754a1af2b1ae1394d76bbc08feb7376fda75 /tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
parentd0d8ce8568d29563710dc063846d971f103fd73d (diff)
Bump Python protobuf to 3.5.2.post1
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 2d1119b7b3..d43d0e40f5 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==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
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Define the default command.
CMD ["bash"]