Skip to content

Commit

Permalink
chore(deps): update istio/istioctl docker tag to v1.20.0 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 0f51614 commit 088a809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/workstation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - && \
setcap cap_ipc_lock= /usr/bin/vault

# Install Istioctl
COPY --from=istio/istioctl:1.19.3 /usr/local/bin/istioctl /usr/bin/istioctl
COPY --from=istio/istioctl:1.20.0 /usr/local/bin/istioctl /usr/bin/istioctl

# Install FluxCD
COPY --from=fluxcd/flux-cli:v2.1.2 /usr/local/bin/flux /usr/bin/flux
Expand Down

0 comments on commit 088a809

Please sign in to comment.