Skip to content

Commit

Permalink
Revert "config: use joinmarket v0.9.10 (#664)"
Browse files Browse the repository at this point in the history
Commit was temporarily till the new auth mechanism can be handled.
This reverts commit c31ba67.
  • Loading branch information
theborakompanioni committed Sep 23, 2023
1 parent a244c19 commit 2a6cb0d
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 v0.9.10
ENV REPO_REF master

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

0 comments on commit 2a6cb0d

Please sign in to comment.