We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f521da5 + 4b78431 commit e695728Copy full SHA for e695728
Makefile
@@ -45,13 +45,13 @@ ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x
45
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
46
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
47
48
-BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bookworm-v1.0.0
+BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
49
50
IMAGE := $(REGISTRY)/$(BIN)
51
TAG := $(VERSION)
52
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)
53
54
-BUILD_IMAGE ?= golang:1.21-alpine
+BUILD_IMAGE ?= golang:1.22-alpine
55
56
DBG_MAKEFILE ?=
57
ifneq ($(DBG_MAKEFILE),1)
0 commit comments