Skip to content

Commit

Permalink
fix local docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanL0 committed Dec 4, 2024
1 parent 39adbb1 commit 7a65090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ARG CARGO_BUILD_JOBS=default
ENV CARGO_BUILD_JOBS=$CARGO_BUILD_JOBS

# Install AVM - Anchor version manager for Solana
RUN cargo install --git https://github.com/coral-xyz/anchor avm
RUN cargo install --git https://github.com/coral-xyz/anchor avm --tag v0.30.1

# Install anchor
ARG ANCHOR_VERSION=0.29.0
Expand Down

0 comments on commit 7a65090

Please sign in to comment.