mirror of https://github.com/grpc/grpc-web.git
use explicit envoy release tag
This commit is contained in:
parent
2391e1cc6b
commit
c963bcfec5
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue