From 591d16c47fbb1b7f516930843e28484ed05fb2f4 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Fri, 22 Mar 2019 10:33:18 -0700 Subject: [PATCH] Update doc to point to 1.0.4 --- README.md | 2 +- net/grpc/gateway/docker/common/Dockerfile | 4 ++-- net/grpc/gateway/examples/helloworld/README.md | 2 +- packages/grpc-web/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d8e2d48..45a8a97a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Make sure they are both executable and are discoverable from your PATH. For example, in MacOS, you can do: ``` -$ sudo mv ~/Downloads/protoc-gen-grpc-web-1.0.3-darwin-x86_64 \ +$ sudo mv ~/Downloads/protoc-gen-grpc-web-1.0.4-darwin-x86_64 \ /usr/local/bin/protoc-gen-grpc-web $ chmod +x /usr/local/bin/protoc-gen-grpc-web ``` diff --git a/net/grpc/gateway/docker/common/Dockerfile b/net/grpc/gateway/docker/common/Dockerfile index 0eee0c83..271ae3e8 100644 --- a/net/grpc/gateway/docker/common/Dockerfile +++ b/net/grpc/gateway/docker/common/Dockerfile @@ -25,8 +25,8 @@ protoc-3.6.1-linux-x86_64.zip -o /tmp/protoc.zip && \ unzip -qq protoc.zip && \ cp /tmp/bin/protoc /usr/local/bin/protoc -RUN curl -sSL https://github.com/grpc/grpc-web/releases/download/1.0.3/\ -protoc-gen-grpc-web-1.0.3-linux-x86_64 -o /usr/local/bin/protoc-gen-grpc-web && \ +RUN curl -sSL https://github.com/grpc/grpc-web/releases/download/1.0.4/\ +protoc-gen-grpc-web-1.0.4-linux-x86_64 -o /usr/local/bin/protoc-gen-grpc-web && \ chmod +x /usr/local/bin/protoc-gen-grpc-web RUN mkdir -p /var/www/html/dist diff --git a/net/grpc/gateway/examples/helloworld/README.md b/net/grpc/gateway/examples/helloworld/README.md index ea70f5b7..930f2e02 100644 --- a/net/grpc/gateway/examples/helloworld/README.md +++ b/net/grpc/gateway/examples/helloworld/README.md @@ -229,7 +229,7 @@ Make sure they are both executable and are discoverable from your PATH. For example, in MacOS, you can do: ``` -$ sudo mv ~/Downloads/protoc-gen-grpc-web-1.0.3-darwin-x86_64 \ +$ sudo mv ~/Downloads/protoc-gen-grpc-web-1.0.4-darwin-x86_64 \ /usr/local/bin/protoc-gen-grpc-web $ chmod +x /usr/local/bin/protoc-gen-grpc-web ``` diff --git a/packages/grpc-web/README.md b/packages/grpc-web/README.md index c1f175ac..ea7e94e2 100644 --- a/packages/grpc-web/README.md +++ b/packages/grpc-web/README.md @@ -42,7 +42,7 @@ Make sure they are both executable and are discoverable from your PATH. For example, in MacOS, you can do: ``` -$ sudo mv ~/Downloads/protoc-gen-grpc-web-1.0.3-darwin-x86_64 \ +$ sudo mv ~/Downloads/protoc-gen-grpc-web-1.0.4-darwin-x86_64 \ /usr/local/bin/protoc-gen-grpc-web $ chmod +x /usr/local/bin/protoc-gen-grpc-web ```