Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes/kubernetes to v1.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2023
1 parent c27e835 commit 8c35888
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.26.2
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 8c35888

Please sign in to comment.