Skip to content

Commit

Permalink
cli: pin avm tag to 0.29.0 in Dockerfile.cli (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor authored Nov 28, 2024
1 parent ef24f9f commit f5125e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt install -y jq

FROM base as base-solana

RUN cargo install --git https://github.com/coral-xyz/anchor avm --locked --force
RUN cargo install --git https://github.com/coral-xyz/anchor --tag v0.29.0 avm --locked --force
RUN avm install 0.29.0
RUN avm use 0.29.0

Expand Down

0 comments on commit f5125e2

Please sign in to comment.