diff --git a/protocol-testing/run.Dockerfile b/protocol-testing/run.Dockerfile index 04deb7f..31d5317 100644 --- a/protocol-testing/run.Dockerfile +++ b/protocol-testing/run.Dockerfile @@ -4,7 +4,7 @@ FROM rust:1.89-bookworm AS tycho-indexer-builder WORKDIR /build RUN apt-get update && apt-get install -y git -RUN git clone --depth 1 --branch "0.82.0" https://github.com/propeller-heads/tycho-indexer.git +RUN git clone --depth 1 --branch "0.83.3" https://github.com/propeller-heads/tycho-indexer.git WORKDIR /build/tycho-indexer RUN cargo build --release --bin tycho-indexer