Skip to content

Commit cc17fe2

Browse files
authored
base image: update to bookworm
1 parent d5a2bc9 commit cc17fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/releng/k8s-ci-builder/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TAG ?= $(shell git describe --tags --always --dirty)
2525

2626
# Build args
2727
GO_VERSION ?= 1.21.6
28-
OS_CODENAME ?= bullseye
28+
OS_CODENAME ?= bookworm
2929
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)
3030

3131
BUILD_ARGS = --build-arg=GO_VERSION=$(GO_VERSION) \

0 commit comments

Comments
 (0)