Merge pull request #7814 from harsha-s/patch-2

Fix docker compose run issue
This commit is contained in:
Oliver Gugger 2023-07-10 13:36:16 +02:00 committed by GitHub
commit 0045344692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.23.5
ARG BTCD_VERSION=v0.23.4
# Grab and install the latest version of of btcd and all related dependencies.
RUN git clone https://github.com/btcsuite/btcd.git . \