From 4e24ba6adabf9d92f5a61efc8da413fb77e09c8b Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Tue, 16 Nov 2021 11:28:47 -0800 Subject: [PATCH] Update repository config (#1398) /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44f3b41db..04ca71655 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS)) ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) BASEIMAGE_PROD ?= busybox:latest -BASEIMAGE_DBG ?= debian:buster +BASEIMAGE_DBG ?= debian:bullseye IMAGE := $(REGISTRY)/$(BIN) VERSION_PROD := $(VERSION)