Update Dockerfile

pull/541/head
jagdeep sidhu 2020-11-26 22:53:14 -08:00
parent 86864744f8
commit b6890c25d7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ RUN \
cleanup() { rm -rf $GOPATH/src/blockbook; } && \
trap cleanup EXIT && \
cd $GOPATH/src && \
git clone https://github.com/syscoin/blockbook.git && \
git clone https://github.com/syscoin/blockbook.git -b dev-4.2.0 && \
cd blockbook && \
dep ensure -vendor-only && \
cp -r vendor /build/vendor