Skip to content

Commit

Permalink
upgrade kubectl to version v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groundnuty committed May 19, 2022
1 parent 7194194 commit 6798df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.docker.dockerfile="/Dockerfile"

ENV KUBE_LATEST_VERSION="v1.21.0"
ENV KUBE_LATEST_VERSION="v1.24.0"

RUN apk add --update --no-cache ca-certificates=20211220-r0 curl=7.80.0-r1 jq=1.6-r1 \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/$TARGET_PLATFORM/kubectl -o /usr/local/bin/kubectl \
Expand Down

0 comments on commit 6798df4

Please sign in to comment.