We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989bf70 commit 4be0684Copy full SHA for 4be0684
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.1
+ENV ISTIO_VERSION=1.28.2
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