Update to golang-1.9

This commit is contained in:
Tim Hockin 2017-09-15 10:24:54 -07:00
parent d76367d24b
commit c90faaee2d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ endif
IMAGE := $(REGISTRY)/$(BIN)-$(ARCH)
LEGACY_IMAGE := $(REGISTRY)/$(BIN)
BUILD_IMAGE ?= golang:1.7-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.