File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414# # BUILD ARGS ##
1515# ###############################################################################
1616# This build arg allows the specification of a custom Golang image.
17- ARG GOLANG_IMAGE=golang:1.23.6
17+ ARG GOLANG_IMAGE=golang:1.24.3
1818
1919# The distroless image on which the CPI manager image is built.
2020#
2121# Please do not use "latest". Explicit tags should be used to provide
2222# deterministic builds. Follow what kubernetes uses to build
2323# kube-controller-manager, for example for 1.27.x:
2424# https://github.com/kubernetes/kubernetes/blob/release-1.27/build/common.sh#L99
25- ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.23.6 -bookworm.0
25+ ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.4.0-go1.24.3 -bookworm.0
2626
2727# We use Alpine as the source for default CA certificates and some output
2828# images
You can’t perform that action at this time.
0 commit comments