Skip to content

Commit e695728

Browse files
authored
Merge pull request #871 from dims/Bump-bookworm-image-to-1.0.2
Bump base bookworm image to 1.0.2
2 parents f521da5 + 4b78431 commit e695728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x
4545
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
4646
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
4747

48-
BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bookworm-v1.0.0
48+
BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
4949

5050
IMAGE := $(REGISTRY)/$(BIN)
5151
TAG := $(VERSION)
5252
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)
5353

54-
BUILD_IMAGE ?= golang:1.21-alpine
54+
BUILD_IMAGE ?= golang:1.22-alpine
5555

5656
DBG_MAKEFILE ?=
5757
ifneq ($(DBG_MAKEFILE),1)

0 commit comments

Comments
 (0)