Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes/kubernetes to v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 965574f commit 7b3639c
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.29.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 7b3639c

Please sign in to comment.