build: bump btcd, btcwallet and neutrino to latest versions

This commit is contained in:
Olaoluwa Osuntokun
2022-06-07 14:48:16 -07:00
parent 12eddae47a
commit c69138e00d
7 changed files with 41 additions and 20 deletions

View File

@ -8,7 +8,7 @@ RUN apk add --no-cache git gcc musl-dev
WORKDIR $GOPATH/src/github.com/btcsuite/btcd
# Pin down btcd to a version that we know works with lnd.
ARG BTCD_VERSION=v0.20.1-beta
ARG BTCD_VERSION=v0.23.1
# Grab and install the latest version of of btcd and all related dependencies.
RUN git clone https://github.com/btcsuite/btcd.git . \