Open
Description
Is your feature request related to a problem? Please describe.
Currently the wasme deploy envoy
command uses a pretty old version of envoy. Specifically, it uses an old Istio fork of Envoy-wasm based on Envoy 1.15.x with wasm compatability.
Describe the solution you'd like
Now that wasm compatability has been merged into upstream envoy, we should be able to use that vanilla envoy for our local wasme deploy envoy
when users are trying to test their filters locally.
Additional context
The default image is stored here, we will also likely need to update docs and tests.