mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-21 11:05:44 +00:00
Update dependencies
- Kubernetes packages to v1.25.3 - Fix CVE-2022-32149 - Sync tests go.mod with root Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
4bd06771ae
commit
f5006aa239
5 changed files with 184 additions and 687 deletions
|
|
@ -3,7 +3,7 @@ FROM alpine:3.16 as builder
|
|||
RUN apk add --no-cache ca-certificates curl
|
||||
|
||||
ARG ARCH=linux/amd64
|
||||
ARG KUBECTL_VER=1.25.0
|
||||
ARG KUBECTL_VER=1.25.3
|
||||
|
||||
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