mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-20 18:45:43 +00:00
Update flux-cli image
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
712b03727a
commit
d37473ff44
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ RUN apk add --no-cache ca-certificates curl
|
|||
ARG ARCH=linux/amd64
|
||||
ARG KUBECTL_VER=1.32.0
|
||||
|
||||
RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \
|
||||
RUN curl -sL https://dl.k8s.io/release/v${KUBECTL_VER}/bin/linux/${ARCH}/kubectl \
|
||||
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
|
||||
kubectl version --client=true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue