1
0
mirror of synced 2026-03-16 16:16:56 +00:00

Merge pull request #3928 from fluxcd/k8s-1.27.2

Update kubectl to v1.27.2 in flux-cli image
This commit is contained in:
Stefan Prodan
2023-05-29 13:03:52 +03:00
committed by GitHub

View File

@@ -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 && \