Skip to content

Commit

Permalink
Bump base bookworm image to 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <[email protected]>
  • Loading branch information
dims committed Apr 10, 2024
1 parent f521da5 commit 4b78431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))

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

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

BUILD_IMAGE ?= golang:1.21-alpine
BUILD_IMAGE ?= golang:1.22-alpine

DBG_MAKEFILE ?=
ifneq ($(DBG_MAKEFILE),1)
Expand Down

0 comments on commit 4b78431

Please sign in to comment.