Bump kubectl to v1.27.3

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/4035/head
Stefan Prodan 2 years ago
parent 9fa59df798
commit 25d2a3cdf1
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -3,7 +3,7 @@ FROM alpine:3.18 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.27.2 ARG KUBECTL_VER=1.27.3
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 && \

Loading…
Cancel
Save