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.
2 parents 52b835f + 9a49b6b commit 6fb1cbeCopy full SHA for 6fb1cbe
Dockerfile
@@ -9,7 +9,7 @@ ARG TARGETOS
9
LABEL maintainer="jenkins-x"
10
11
# kubectl
12
-ENV KUBECTL_VERSION 1.23.16
+ENV KUBECTL_VERSION 1.25.13
13
14
# see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
15
RUN echo using kubectl version ${KUBECTL_VERSION} and OS ${TARGETOS} arch ${TARGETARCH} && \
0 commit comments