We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594eb2c commit c74ce3aCopy full SHA for c74ce3a
makefile
@@ -11,7 +11,7 @@ uname := $(shell uname -s)
11
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x
12
DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity
13
GOARCH ?= $@
14
-KUBECTL_VERSION ?= 1.33.0-alpha.1
+KUBECTL_VERSION ?= 1.33.0-alpha.3
15
ARCH ?= $(shell go env GOARCH)
16
17
ifneq ($(findstring Microsoft,$(shell uname -r)),)
0 commit comments