Skip to content

Commit 5df3e99

Browse files
authored
adding istio 1.24 (#90)
1 parent d36500a commit 5df3e99

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.23.2
21+
ENV ISTIO_VERSION 1.24.0
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)