diff --git a/Makefile b/Makefile index c5aaeb0..42148d6 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ endif IMAGE := $(REGISTRY)/$(BIN)-$(ARCH) -BUILD_IMAGE ?= golang:1.8-alpine +BUILD_IMAGE ?= golang:1.9-alpine # If you want to build all binaries, see the 'all-build' rule. # If you want to build all containers, see the 'all-container' rule.