Skip to content

Commit

Permalink
chore(deps): update dependency derailed/k9s to v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent 965574f commit b328668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN echo '[STEP 2] Installing kubectl' && \
mv kubectl /usr/local/bin/

# renovate: datasource=github-releases depName=derailed/k9s
ARG K9S_VERSION=v0.26.7
ARG K9S_VERSION=v0.32.0
RUN echo '[STEP 3] Installing k9s awesomeness' && \
set -x && \
wget -c https://github.com/derailed/k9s/releases/download/"${K9S_VERSION}"/k9s_Linux_x86_64.tar.gz -O - | tar -xz && \
Expand Down

0 comments on commit b328668

Please sign in to comment.