浏览代码

update protoc to last version 3.4.0

Cyrille Hemidy 8 年之前
父节点
当前提交
3e7d9587f2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Docker/Dockerfile

+ 2 - 2
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 && \