Skip to content

Commit 9ef9464

Browse files
committed
Update kubectl to 1.30.0 in flux-cli image
Signed-off-by: Stefan Prodan <[email protected]>
1 parent d8e6199 commit 9ef9464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.19 as builder
33
RUN apk add --no-cache ca-certificates curl
44

55
ARG ARCH=linux/amd64
6-
ARG KUBECTL_VER=1.28.6
6+
ARG KUBECTL_VER=1.30.0
77

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

0 commit comments

Comments
 (0)