We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2815eca commit 1361323Copy full SHA for 1361323
1 file changed
linux/base.Dockerfile
@@ -172,7 +172,7 @@ RUN chmod 755 /usr/local/bin/ansible* \
172
173
174
# Install specific version of Istio from GitHub releases
175
-ENV ISTIO_VERSION=1.28.3
+ENV ISTIO_VERSION=1.29.1
176
RUN export TMP_DIR=$(mktemp -d) \
177
&& cd "${TMP_DIR}" \
178
&& curl -L https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-linux-amd64.tar.gz -o istio.tar.gz \
0 commit comments