Skip to content

Commit

Permalink
Use dev.7 tag for building image
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Mar 14, 2024
1 parent 71a5e92 commit 5f9c8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/indexer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:1.76-bookworm
RUN apt-get update && apt-get install -y cmake clang

WORKDIR /
RUN git clone --depth 1 https://github.com/dashevo/platform
RUN git clone --depth 1 --branch v1.0.0-dev.7 https://github.com/dashevo/platform

WORKDIR /app
COPY Cargo.lock /app
Expand Down

0 comments on commit 5f9c8c9

Please sign in to comment.