We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e6199 commit 9ef9464Copy full SHA for 9ef9464
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.19 as builder
3
RUN apk add --no-cache ca-certificates curl
4
5
ARG ARCH=linux/amd64
6
-ARG KUBECTL_VER=1.28.6
+ARG KUBECTL_VER=1.30.0
7
8
RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \
9
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
0 commit comments