From 07d0ca50dcb8b4284e53093ff20ad9d5bebaec7d Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Wed, 31 Oct 2018 11:14:12 +0800 Subject: misc: Change bls stuffs for docker build (#278) --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 92c8f57..cf4639f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,8 +7,8 @@ else BINDIR := $(abspath $(BINDIR)) endif PROJECT_ROOT=github.com/dexon-foundation/dexon-consensus-core -BLS_REPO = spiderpowa/bls-go-alpine -BLS_LIB = vendor/github.com/Spiderpowa/bls/lib/libbls384.a +BLS_REPO = dexonfoundation/bls-go-alpine +BLS_LIB = vendor/github.com/dexon-foundation/bls/lib/libbls384.a BUILDER_REPO = dexonfoundation/dexon-alpine ifeq ($(DOCKER),true) -- cgit v1.2.3