We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef24f9f commit f5125e2Copy full SHA for f5125e2
Dockerfile.cli
@@ -21,7 +21,7 @@ RUN apt install -y jq
21
22
FROM base as base-solana
23
24
-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
25
RUN avm install 0.29.0
26
RUN avm use 0.29.0
27
0 commit comments