Skip to content

Commit

Permalink
deps(kubectl): bump kubectl to 1.27.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek authored and swiatekm committed Jun 19, 2024
1 parent fd0c7ee commit a8f308c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.kubectl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM bash:5.2.26-alpine3.20
ARG TARGETARCH
ARG TARGETOS

ENV KUBECTL_VERSION="v1.26.4"
ENV KUBECTL_VERSION="v1.27.15"
ADD https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl /usr/bin/kubectl
RUN chmod +x /usr/bin/kubectl

0 comments on commit a8f308c

Please sign in to comment.