Skip to content

Commit

Permalink
Upgrade istio from 1.14.6 to 1.16.4 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-korenets-fivestars committed May 16, 2023
1 parent a48834d commit e331217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN curl -Lo kops https://github.com/kubernetes/kops/releases/download/v$KOPS_VE
chmod +x ./kops && \
mv ./kops /usr/local/bin/

ARG ISTIO_VERSION=1.14.6
ARG ISTIO_VERSION=1.16.4
RUN curl -L https://istio.io/downloadIstio | ISTIO_VERSION="$ISTIO_VERSION" sh - && \
mv /istio-$ISTIO_VERSION/bin/istioctl /usr/local/bin/istioctl

Expand Down

0 comments on commit e331217

Please sign in to comment.