diff --git a/packages/Dockerfile.kubectl b/packages/Dockerfile.kubectl index f406834..a1f9e66 100644 --- a/packages/Dockerfile.kubectl +++ b/packages/Dockerfile.kubectl @@ -6,7 +6,7 @@ RUN apk --no-cache add curl ARG VERSION=1.20.0 -RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/${TARGETPLATFORM}/kubectl" +RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/v${VERSION}/bin/${TARGETPLATFORM}/kubectl" RUN chmod +x kubectl FROM scratch AS binaries