Skip to content

Commit

Permalink
config: use joinmarket v0.9.10 (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
dergigi authored Sep 22, 2023
1 parent 8b54f28 commit c31ba67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \

ENV REPO https://github.com/JoinMarket-Org/joinmarket-clientserver
ENV REPO_BRANCH master
ENV REPO_REF master
ENV REPO_REF v0.9.10

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

0 comments on commit c31ba67

Please sign in to comment.