feat: bump tycho-indexer to 0.83.3 in docker file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user