Skip to content

Commit

Permalink
chore(Makefile): change to security golang version (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: Qian Lei <[email protected]>
  • Loading branch information
caicloud-bot and Qian Lei authored Sep 27, 2020
1 parent cf2608e commit 10cbe70
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 @@ -121,7 +121,7 @@ build-linux:
-e GOARCH=amd64 \
-e GOPATH=/go \
-e SHELLOPTS=$(SHELLOPTS) \
$(BASE_REGISTRY)/golang:1.10.4-stretch \
$(BASE_REGISTRY)/golang:1.10-security \
/bin/bash -c 'for target in $(TARGETS); do \
go build -i -v -o $(OUTPUT_DIR)/$${target} -p $(CPUS) \
-ldflags "-s -w -X $(GOCOMMON)/version.version=$(VERSION) \
Expand Down

0 comments on commit 10cbe70

Please sign in to comment.