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 5df3e99 commit 7dac41cCopy full SHA for 7dac41c
Dockerfile
@@ -18,7 +18,7 @@ FROM final
18
# Copy binaries and configuration files from builder to micro
19
COPY --from=builder /chroot/ /
20
21
-ENV ISTIO_VERSION 1.24.0
+ENV ISTIO_VERSION 1.24.1
22
# Get Istio
23
RUN curl -L https://istio.io/downloadIstio | ISTIO_VERSION=${ISTIO_VERSION} sh -
24
RUN mv istio-${ISTIO_VERSION}/bin/istioctl /usr/bin && chmod +x /usr/bin/istioctl
0 commit comments