Skip to content

Commit c74ce3a

Browse files
authored
fix: address vulnerabilities in kubectl (#1828)
kubectl has vulnerabilities in the stable version, it was fixed in 1.33.0-alpha.3
1 parent 594eb2c commit c74ce3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ uname := $(shell uname -s)
1111
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x
1212
DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity
1313
GOARCH ?= $@
14-
KUBECTL_VERSION ?= 1.33.0-alpha.1
14+
KUBECTL_VERSION ?= 1.33.0-alpha.3
1515
ARCH ?= $(shell go env GOARCH)
1616

1717
ifneq ($(findstring Microsoft,$(shell uname -r)),)

0 commit comments

Comments
 (0)