Skip to content

Commit

Permalink
Merge pull request #432 from amccague/patch-1
Browse files Browse the repository at this point in the history
Update to latest base image debian-base:buster-v1.8.0
  • Loading branch information
k8s-ci-robot authored Jul 1, 2021
2 parents fc7162b + d1a773f commit 259f7d8
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 @@ -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)
Expand Down

0 comments on commit 259f7d8

Please sign in to comment.