Skip to content
Snippets Groups Projects
Unverified Commit cfdd5f02 authored by Stefan Prodan's avatar Stefan Prodan
Browse files

Update kubectl to v1.24.1 in flux-cli image

parent 04b0a0a7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ FROM alpine:3.16 as builder ...@@ -3,7 +3,7 @@ FROM alpine:3.16 as builder
RUN apk add --no-cache ca-certificates curl RUN apk add --no-cache ca-certificates curl
ARG ARCH=linux/amd64 ARG ARCH=linux/amd64
ARG KUBECTL_VER=1.24.0 ARG KUBECTL_VER=1.24.1
RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \ 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 && \ -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment