Skip to content

Commit

Permalink
bump: update kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
Muni10 committed Jan 7, 2025
1 parent 68b0d06 commit a8d5936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG EARTHLY_GIT_PROJECT_NAME
ARG --global CACHE_BASE=ghcr.io/$EARTHLY_GIT_PROJECT_NAME

kubectl:
ARG KUBECTL_VERSION=v1.29.7
ARG KUBECTL_VERSION=v1.31.3
RUN wget https://cdn.dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
chmod a+x kubectl
SAVE ARTIFACT kubectl
Expand Down

0 comments on commit a8d5936

Please sign in to comment.