Skip to content

Commit

Permalink
Merge pull request #3928 from fluxcd/k8s-1.27.2
Browse files Browse the repository at this point in the history
Update kubectl to v1.27.2 in flux-cli image
  • Loading branch information
stefanprodan committed May 29, 2023
2 parents e1ffd83 + 8728b07 commit 9f8b8b6
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 @@ -3,7 +3,7 @@ FROM alpine:3.18 as builder
RUN apk add --no-cache ca-certificates curl

ARG ARCH=linux/amd64
ARG KUBECTL_VER=1.26.2
ARG KUBECTL_VER=1.27.2

RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
Expand Down

0 comments on commit 9f8b8b6

Please sign in to comment.