Skip to content

Commit

Permalink
use explicit envoy release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xsbchen committed May 27, 2020
1 parent 1fda10a commit 659456c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/grpc/gateway/examples/helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ To run Envoy (for later), you will need a simple Dockerfile. Put this in a
`envoy.Dockerfile`.

```dockerfile
FROM envoyproxy/envoy:latest
FROM envoyproxy/envoy:v1.14.1
COPY ./envoy.yaml /etc/envoy/envoy.yaml
CMD /usr/local/bin/envoy -c /etc/envoy/envoy.yaml
```
Expand Down
2 changes: 1 addition & 1 deletion net/grpc/gateway/examples/helloworld/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.14.1

COPY ./envoy.yaml /etc/envoy/envoy.yaml

Expand Down

0 comments on commit 659456c

Please sign in to comment.