Skip to content

Commit

Permalink
chore(deps): update fluxcd/flux-cli docker tag to v2.3.0 (#1164)
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 May 13, 2024
1 parent 405d47d commit bdbe3be
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 @@ -131,7 +131,7 @@ RUN sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes
RUN starship init fish --print-full-init > /etc/fish/conf.d/starship.fish

# FluxCD
COPY --from=fluxcd/flux-cli:v2.2.3 /usr/local/bin/flux /usr/bin/flux
COPY --from=fluxcd/flux-cli:v2.3.0 /usr/local/bin/flux /usr/bin/flux
RUN flux completion fish > /etc/fish/completions/flux.fish

# Hugo
Expand Down

0 comments on commit bdbe3be

Please sign in to comment.