mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-19 10:15:43 +00:00
Update dependencies
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
(cherry picked from commit 9c06883ccf)
This commit is contained in:
parent
e3cdb1902c
commit
1feda85ec9
7 changed files with 49 additions and 49 deletions
|
|
@ -3,7 +3,7 @@ FROM alpine:3.19 as builder
|
|||
RUN apk add --no-cache ca-certificates curl
|
||||
|
||||
ARG ARCH=linux/amd64
|
||||
ARG KUBECTL_VER=1.28.4
|
||||
ARG KUBECTL_VER=1.28.6
|
||||
|
||||
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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue