From 5d9abd7bdf9382385f0b5487e4a29e8448b1cdfd Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 1 Jul 2021 13:50:18 -0700 Subject: [PATCH] Bump base image version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5beec5..fb5d9e1 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,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 ?= k8s.gcr.io/build-image/debian-base:buster-v1.6.0 +BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.8.0 IMAGE := $(REGISTRY)/$(BIN) TAG := $(VERSION)__$(OS)_$(ARCH)