use explicit envoy release tag

This commit is contained in:
xsbchen 2020-05-27 16:29:52 +08:00 committed by Stanley Cheung
parent 2391e1cc6b
commit c963bcfec5
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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