Skip to content

Commit

Permalink
feat(*): upgrade golang image to 1.12-security (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengfei Guo authored Sep 27, 2020
1 parent 6bd9c39 commit 9e8f321
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 @@ -113,7 +113,7 @@ build-linux:
-e GOARCH=amd64 \
-e GOPATH=/go \
-e SHELLOPTS=$(SHELLOPTS) \
$(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 9e8f321

Please sign in to comment.