From 3e7d9587f2ce33db0d966e71d10114620dbe3cc1 Mon Sep 17 00:00:00 2001 From: Cyrille Hemidy Date: Wed, 23 Aug 2017 11:51:28 +0200 Subject: [PATCH] update protoc to last version 3.4.0 --- Docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index e3b65a5fa..8c87c7e9a 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -7,8 +7,8 @@ RUN apt-get -q update && \ apt-get -q install -y unzip # Install protoc -RUN curl -O -L https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip && \ - unzip protoc-3.2.0-linux-x86_64.zip -d /usr +RUN curl -O -L https://github.com/google/protobuf/releases/download/v3.4.0/protoc-3.4.0-linux-x86_64.zip && \ + unzip protoc-3.4.0-linux-x86_64.zip -d /usr # Build and install the swiftgrpc plugin RUN git clone https://github.com/grpc/grpc-swift && \