Skip to content

Commit 4bc2fc6

Browse files
authored
adding istio 1.25.0 (#94)
1 parent 6d98ffa commit 4bc2fc6

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.24.1
21+
ENV ISTIO_VERSION 1.25.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)