Skip to content

Commit 6fb1cbe

Browse files
Merge pull request #220 from jenkins-x/fix/upgrade-kubectl-version
fix: update kubectl version
2 parents 52b835f + 9a49b6b commit 6fb1cbe

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.23.16
12+
ENV KUBECTL_VERSION 1.25.13
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)