Skip to content

Commit 1a035f8

Browse files
committed
adding istio 1.26.2
1 parent 4bc2fc6 commit 1a035f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM final
1818
# Copy binaries and configuration files from builder to micro
1919
COPY --from=builder /chroot/ /
2020

21-
ENV ISTIO_VERSION 1.25.0
21+
ENV ISTIO_VERSION 1.26.2
2222
# Get Istio
2323
RUN curl -L https://istio.io/downloadIstio | ISTIO_VERSION=${ISTIO_VERSION} sh -
2424
RUN mv istio-${ISTIO_VERSION}/bin/istioctl /usr/bin && chmod +x /usr/bin/istioctl

0 commit comments

Comments
 (0)