We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb0d5c8 + d26f3fb commit ff7ea2eCopy full SHA for ff7ea2e
2 files changed
Makefile
@@ -36,7 +36,7 @@ GO_VERSION ?= 1.25.8
36
37
# Binaries
38
GO_INSTALL := ./hack/go-install.sh
39
-TRIVY_VER := 0.49.1
+TRIVY_VER := 0.69.2
40
GOVULNCHECK_BIN := govulncheck
41
GOVULNCHECK_VER := v1.1.4
42
GOVULNCHECK := $(abspath $(TOOLS_BIN_DIR)/$(GOVULNCHECK_BIN)-$(GOVULNCHECK_VER))
cluster/images/controller-manager/Dockerfile
@@ -14,7 +14,7 @@
14
## BUILD ARGS ##
15
################################################################################
16
# This build arg allows the specification of a custom Golang image.
17
-ARG GOLANG_IMAGE=golang:1.25.0
+ARG GOLANG_IMAGE=golang:1.25.8
18
19
# The distroless image on which the CPI manager image is built.
20
ARG DISTROLESS_IMAGE=gcr.io/distroless/static-debian11:latest
0 commit comments