Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Bump debian-base images version to v1.0.0 (#2645)
Browse files Browse the repository at this point in the history
See kubernetes/kubernetes commit d5546901104bc14a70699c301190c519cfa4abe7
master (#75678)

Signed-off-by: Morgan Bauer <[email protected]>
  • Loading branch information
MHBauer authored and k8s-ci-robot committed Jun 3, 2019
1 parent 197d6db commit 8bb2233
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 @@ -74,7 +74,7 @@ FILE_EXT=
endif

# TODO: Consider using busybox instead of debian
BASEIMAGE?=gcr.io/google-containers/debian-base-$(ARCH):0.3
BASEIMAGE?=gcr.io/google-containers/debian-base-$(ARCH):v1.0.0

GO_BUILD = env CGO_ENABLED=0 GOOS=$(PLATFORM) GOARCH=$(ARCH) \
go build $(GOFLAGS) -a -tags netgo -installsuffix netgo \
Expand Down

0 comments on commit 8bb2233

Please sign in to comment.