Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes/kubernetes to v1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 8b5adad commit f5f87cb
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 @@ -23,7 +23,7 @@ RUN echo '[STEP 1] Creating directory for kubectl config' && \
mkdir /root/.kube

# renovate: datasource=github-releases depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.26.1
ARG KUBECTL_VERSION=v1.32.1
RUN echo '[STEP 2] Installing kubectl' && \
set -x && \
curl -sLO "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl" && \
Expand Down

0 comments on commit f5f87cb

Please sign in to comment.