Skip to content

Commit

Permalink
chore: use kristapsk branch for testing in regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Jan 25, 2024
1 parent 27e687c commit 316d66b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker/regtest/dockerfile-deps/joinmarket/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ RUN apt-get update \
tor \
&& rm -rf /var/lib/apt/lists/*

ENV REPO https://github.com/JoinMarket-Org/joinmarket-clientserver
ENV REPO_BRANCH master
ENV REPO_REF master
#ENV REPO https://github.com/JoinMarket-Org/joinmarket-clientserver
#ENV REPO_BRANCH master
#ENV REPO_REF master
ENV REPO https://github.com/kristapsk/joinmarket-clientserver
ENV REPO_BRANCH wallet_rpc-coinjoin-txfee
ENV REPO_REF wallet_rpc-coinjoin-txfee

WORKDIR /src
RUN git clone "$REPO" . --depth=10 --branch "$REPO_BRANCH" && git checkout "$REPO_REF"
Expand Down

0 comments on commit 316d66b

Please sign in to comment.