Skip to content

Commit 78d0de2

Browse files
authored
Merge pull request #177 from sandyjensen/master
Rebase against more recent k8s.gcr.io/debian-base image.
2 parents 5482a3e + 22b8036 commit 78d0de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x
3636
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
3737
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
3838

39-
BASEIMAGE ?= k8s.gcr.io/debian-base:0.4.1
39+
BASEIMAGE ?= k8s.gcr.io/debian-base:1.0.0
4040

4141
IMAGE := $(REGISTRY)/$(BIN)
4242
TAG := $(VERSION)__$(OS)_$(ARCH)

0 commit comments

Comments
 (0)