From c74ce3a81366e33def03e56eadd956e4ed6e2ab1 Mon Sep 17 00:00:00 2001 From: mjshastha <61929310+mjshastha@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:36:25 +0530 Subject: [PATCH] fix: address vulnerabilities in kubectl (#1828) kubectl has vulnerabilities in the stable version, it was fixed in 1.33.0-alpha.3 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index e55cfcf..62b6d8d 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ uname := $(shell uname -s) BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity GOARCH ?= $@ -KUBECTL_VERSION ?= 1.33.0-alpha.1 +KUBECTL_VERSION ?= 1.33.0-alpha.3 ARCH ?= $(shell go env GOARCH) ifneq ($(findstring Microsoft,$(shell uname -r)),)