Skip to content

Commit f5125e2

Browse files
authored
cli: pin avm tag to 0.29.0 in Dockerfile.cli (#561)
1 parent ef24f9f commit f5125e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt install -y jq
2121

2222
FROM base as base-solana
2323

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

0 commit comments

Comments
 (0)