Skip to content

Commit 43c1178

Browse files
committed
bump go runner to v2.3.1-go1.23.2-bookworm.0
Signed-off-by: Min Jin <[email protected]>
1 parent d2bf409 commit 43c1178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG GOLANG_IMAGE=golang:1.23.0
2222
# deterministic builds. Follow what kubernetes uses to build
2323
# kube-controller-manager, for example for 1.23.x:
2424
# https://github.com/kubernetes/kubernetes/blob/release-1.24/build/common.sh#L94
25-
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.3.1-go1.23.0-bookworm.0
25+
ARG DISTROLESS_IMAGE=registry.k8s.io/build-image/go-runner:v2.3.1-go1.23.2-bookworm.0
2626

2727
################################################################################
2828
## BUILD STAGE ##

0 commit comments

Comments
 (0)