Skip to content

Commit

Permalink
Merge pull request #684 from saschagrunert/debian-base
Browse files Browse the repository at this point in the history
Bump debian-base build image to v1.4.3
  • Loading branch information
k8s-ci-robot authored Feb 25, 2023
2 parents abb41da + c410fd4 commit cadd8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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:bullseye-v1.4.2
BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bullseye-v1.4.3

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

0 comments on commit cadd8b0

Please sign in to comment.