Skip to content

Commit

Permalink
base image: update to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu authored Jan 24, 2024
1 parent d5a2bc9 commit cc17fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TAG ?= $(shell git describe --tags --always --dirty)

# Build args
GO_VERSION ?= 1.21.6
OS_CODENAME ?= bullseye
OS_CODENAME ?= bookworm
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)

BUILD_ARGS = --build-arg=GO_VERSION=$(GO_VERSION) \
Expand Down

0 comments on commit cc17fe2

Please sign in to comment.