Skip to content

Commit

Permalink
chore(deps): update istio/istioctl docker tag to v1.19.1 (#152)
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 Oct 5, 2023
1 parent 4125a09 commit 5845a36
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.0 /usr/local/bin/istioctl /usr/bin/istioctl
COPY --from=istio/istioctl:1.19.1 /usr/local/bin/istioctl /usr/bin/istioctl

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

0 comments on commit 5845a36

Please sign in to comment.