config: use joinmarket v0.9.10 (#664)

This commit is contained in:
Gigi 2023-09-21 20:42:16 -04:00 committed by GitHub
parent 8b54f28644
commit c31ba67bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"