We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0c7ee commit a8f308cCopy full SHA for a8f308c
Dockerfile.kubectl
@@ -3,6 +3,6 @@ FROM bash:5.2.26-alpine3.20
3
ARG TARGETARCH
4
ARG TARGETOS
5
6
-ENV KUBECTL_VERSION="v1.26.4"
+ENV KUBECTL_VERSION="v1.27.15"
7
ADD https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl /usr/bin/kubectl
8
RUN chmod +x /usr/bin/kubectl
0 commit comments