Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN git clone https://github.com/deso-protocol/core.git

WORKDIR /deso/src/core
RUN git pull && \
git checkout mf/pos-merge-20230605 && \
git pull origin mf/pos-merge-20230605 # TODO: Revert to `git pull` once core PR is merged.
git checkout feature/proof-of-stake && \
git pull origin feature/proof-of-stake # TODO: Revert to `git pull` once core PR is merged.

RUN go mod download
RUN ./scripts/install-relic.sh
Expand Down