feat: bump tycho-indexer to 0.83.3 in docker file

This commit is contained in:
adrian
2025-09-12 07:43:07 +02:00
committed by Adrian Benavides
parent e6822ae29d
commit bd532c40b0

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.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