Skip to content

Commit

Permalink
Merge pull request kubeflow#1 from kz33/update-vendor-and-golang-base…
Browse files Browse the repository at this point in the history
…-image

chore(*):  upgrade golang image to 1.12-security
  • Loading branch information
Jiekun Zhang authored Sep 27, 2020
2 parents 516412b + 8052f9c commit 11fff10
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 @@ -114,7 +114,7 @@ build-linux:
-e GOPATH=/go \
-e SHELLOPTS=$(SHELLOPTS) \
-e CGO_ENABLED="0" \
$(BASE_REGISTRY)/golang:1.12.12-stretch \
$(BASE_REGISTRY)/golang:1.12-security \
/bin/bash -c 'for target in $(TARGETS); do \
go build -i -v -o $(OUTPUT_DIR)/$${target} -p $(CPUS) \
-ldflags "-s -w -X $(ROOT)/pkg/version.VERSION=$(VERSION) \
Expand Down

0 comments on commit 11fff10

Please sign in to comment.