From 7d925a4d1074e4b604259e13bd5e5b3fceb387f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:45:48 +0200 Subject: [PATCH] chore(deps): update istio/istioctl docker tag to v1.22.0 (#1166) --- images/workstation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/workstation/Dockerfile b/images/workstation/Dockerfile index b91a3c70..751cb850 100644 --- a/images/workstation/Dockerfile +++ b/images/workstation/Dockerfile @@ -117,7 +117,7 @@ RUN curl -L https://packages.microsoft.com/config/ubuntu/22.04/packages-microsof rm -f packages-microsoft-prod.deb # istioctl -COPY --from=istio/istioctl:1.21.2 /usr/local/bin/istioctl /usr/bin/istioctl +COPY --from=istio/istioctl:1.22.0 /usr/local/bin/istioctl /usr/bin/istioctl # puppet RUN curl -L https://apt.puppet.com/puppet7-release-focal.deb > puppet.deb && \