Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung authored Jan 21, 2020
2 parents 478cb23 + 4a5b5b3 commit a2405bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/grpc/gateway/docker/envoy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM envoyproxy/envoy:latest
FROM envoyproxy/envoy:v1.12.2

COPY net/grpc/gateway/examples/echo/envoy.yaml /etc/envoy/envoy.yaml

Expand Down
2 changes: 1 addition & 1 deletion net/grpc/gateway/docker/ts_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM grpcweb/prereqs

RUN npm install -g tsc typescript
RUN npm install -g typescript

WORKDIR /github/grpc-web/net/grpc/gateway/examples/echo

Expand Down
1 change: 1 addition & 0 deletions net/grpc/gateway/examples/helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ And finally a simple `index.html` file.
<script src="./dist/main.js"></script>
</head>
<body>
<p>Open up the developer console and see the logs for the output.</p>
</body>
</html>
```
Expand Down
1 change: 1 addition & 0 deletions net/grpc/gateway/examples/helloworld/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<script src="./dist/main.js"></script>
</head>
<body>
<p>Open up the developer console and see the logs for the output.</p>
</body>
</html>

0 comments on commit a2405bd

Please sign in to comment.