We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a536d38 + 3e7d958 commit d271aedCopy full SHA for d271aed
Docker/Dockerfile
@@ -7,8 +7,8 @@ RUN apt-get -q update && \
7
apt-get -q install -y unzip
8
9
# 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
+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
12
13
# Build and install the swiftgrpc plugin
14
RUN git clone https://github.com/grpc/grpc-swift && \
0 commit comments