From 18e7e359192edb9d7fba0795ee26ce6409ca7d39 Mon Sep 17 00:00:00 2001 From: afdesk Date: Wed, 12 Feb 2025 20:26:50 +0600 Subject: [PATCH] fix: suppress vulnerabilities in kubectl (#1802) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index bcab5c3..e55cfcf 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.31.0 +KUBECTL_VERSION ?= 1.33.0-alpha.1 ARCH ?= $(shell go env GOARCH) ifneq ($(findstring Microsoft,$(shell uname -r)),)