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 713a077 + bf4dad9 commit d527120Copy full SHA for d527120
Dockerfile
@@ -9,7 +9,7 @@ ARG TARGETOS
9
LABEL maintainer="jenkins-x"
10
11
# kubectl
12
-ENV KUBECTL_VERSION 1.16.15
+ENV KUBECTL_VERSION 1.23.16
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