feat: upgrade tycho deps in protocol-testing

This commit is contained in:
adrian
2025-09-12 08:22:28 +02:00
committed by Adrian Benavides
parent bd532c40b0
commit 2a0af6c733
5 changed files with 42 additions and 38 deletions

View File

@@ -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.83.3" https://github.com/propeller-heads/tycho-indexer.git
RUN git clone --depth 1 --branch "0.83.4" https://github.com/propeller-heads/tycho-indexer.git
WORKDIR /build/tycho-indexer
RUN cargo build --release --bin tycho-indexer