diff --git a/images/workstation/Dockerfile b/images/workstation/Dockerfile index ba626a27..50ae9237 100644 --- a/images/workstation/Dockerfile +++ b/images/workstation/Dockerfile @@ -110,7 +110,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - && \ setcap cap_ipc_lock= /usr/bin/vault # istioctl -COPY --from=istio/istioctl:1.23.1 /usr/local/bin/istioctl /usr/bin/istioctl +COPY --from=istio/istioctl:1.23.2 /usr/local/bin/istioctl /usr/bin/istioctl # puppet RUN curl -L https://apt.puppet.com/puppet7-release-focal.deb > puppet.deb && \