Skip to content

Commit

Permalink
Update kubectl version to v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groundnuty committed Sep 3, 2022
1 parent 9955b56 commit c1ffd91
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.24.0"
ENV KUBE_LATEST_VERSION="v1.25.0"

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

0 comments on commit c1ffd91

Please sign in to comment.