Skip to content

Commit

Permalink
Merge pull request #220 from jenkins-x/fix/upgrade-kubectl-version
Browse files Browse the repository at this point in the history
fix: update kubectl version
  • Loading branch information
jenkins-x-bot authored Sep 4, 2023
2 parents 52b835f + 9a49b6b commit 6fb1cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG TARGETOS
LABEL maintainer="jenkins-x"

# kubectl
ENV KUBECTL_VERSION 1.23.16
ENV KUBECTL_VERSION 1.25.13

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

0 comments on commit 6fb1cbe

Please sign in to comment.