Skip to content

Commit d527120

Browse files
Merge pull request #215 from gazal-k/patch-1
chore: Update kubectl version
2 parents 713a077 + bf4dad9 commit d527120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG TARGETOS
99
LABEL maintainer="jenkins-x"
1010

1111
# kubectl
12-
ENV KUBECTL_VERSION 1.16.15
12+
ENV KUBECTL_VERSION 1.23.16
1313

1414
# see https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
1515
RUN echo using kubectl version ${KUBECTL_VERSION} and OS ${TARGETOS} arch ${TARGETARCH} && \

0 commit comments

Comments
 (0)