You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples/front-proxy: base dockerfile on alpine (envoyproxy#2326)
Previously, the example wouldn't build due to the wrong version of
python being used.
Rather than go through the pain of installing a modern version of python
on ubuntu:14.04, this patch just bases examples dockerfile on the envoy
alpine image which includes the necessary version of python3 by default.
Fixesenvoyproxy#2262.
Signed-off-by: Louis Taylor <[email protected]>
0 commit comments