chore: update readme

This commit is contained in:
adrian
2025-09-10 16:30:31 +02:00
committed by Adrian Benavides
parent 62f0cc3060
commit 242a5892da
2 changed files with 17 additions and 73 deletions

View File

@@ -14,7 +14,7 @@ FROM rust:1.89-bookworm AS protocol-sdk-builder
WORKDIR /build
RUN apt-get update && apt-get install -y git
RUN git clone --depth 1 --branch "testing-sdk/ab/ENG-4985-test-with-docker" https://github.com/propeller-heads/tycho-protocol-sdk.git
RUN git clone --depth 1 https://github.com/propeller-heads/tycho-protocol-sdk.git
WORKDIR /build/tycho-protocol-sdk/protocol-testing
RUN cargo build --release