Skip to content

Commit

Permalink
checkout the latest tage of tangle
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Li authored and Freddy Li committed Aug 26, 2024
1 parent 725f47d commit 5679b40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile_tangle_standalone_e2e
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ COPY ./scripts/tangle .
# build
RUN git clone https://github.com/webb-tools/tangle.git ./tangle
WORKDIR /code/tangle
RUN git checkout main
# checkout to the latest release tag
RUN git checkout v$(git tag --sort=committerdate | grep -E '[0-9]' | tail -1 | cut -b 2-7)
RUN cargo build --release --features testnet

FROM --platform=linux/amd64 node:18.14.2
Expand Down

0 comments on commit 5679b40

Please sign in to comment.