Skip to content

Commit

Permalink
feat(*): upgrade golang image to 1.13-security (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengjiang Bao authored Sep 27, 2020
1 parent eb441d0 commit be91496
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 @@ -129,7 +129,7 @@ build-linux: pre-build
-e GOARCH=$(ARCH) \
-e GOPATH=/go \
-e SHELLOPTS=$(SHELLOPTS) \
$(BASE_REGISTRY)/golang:1.13.9-stretch \
$(BASE_REGISTRY)/golang:1.13-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 be91496

Please sign in to comment.