From 7a24966abdebad077c2039c8b266deffdf9155e4 Mon Sep 17 00:00:00 2001 From: Binbin Li Date: Tue, 15 Oct 2024 21:59:10 +0800 Subject: [PATCH] Update crd.Dockerfile --- crd.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crd.Dockerfile b/crd.Dockerfile index 6606aa0af..7838e03df 100644 --- a/crd.Dockerfile +++ b/crd.Dockerfile @@ -20,7 +20,7 @@ ARG KUBE_VERSION RUN echo "Ratify crd building on $TARGETOS, building for $TARGETARCH" RUN apk add --no-cache curl && \ - curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBE_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \ + curl -LO https://dl.k8s.io/release/v${KUBE_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \ chmod +x kubectl FROM scratch as build