diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 8e6f7051097..73a2425d874 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -57,7 +57,7 @@ without automatic sidecar injection. ```shell # Download and unpack Istio - export ISTIO_VERSION=1.1.7 + export ISTIO_VERSION=1.4.0 curl -L https://git.io/getLatestIstio | sh - cd istio-${ISTIO_VERSION} ```