Skip to content

Commit 3e7d958

Browse files
committed
update protoc to last version 3.4.0
1 parent a536d38 commit 3e7d958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN apt-get -q update && \
77
apt-get -q install -y unzip
88

99
# Install protoc
10-
RUN curl -O -L https://github.com/google/protobuf/releases/download/v3.2.0/protoc-3.2.0-linux-x86_64.zip && \
11-
unzip protoc-3.2.0-linux-x86_64.zip -d /usr
10+
RUN curl -O -L https://github.com/google/protobuf/releases/download/v3.4.0/protoc-3.4.0-linux-x86_64.zip && \
11+
unzip protoc-3.4.0-linux-x86_64.zip -d /usr
1212

1313
# Build and install the swiftgrpc plugin
1414
RUN git clone https://github.com/grpc/grpc-swift && \

0 commit comments

Comments
 (0)