From 7a6509060607ccb80f7013c6eed25bff62ae0ee0 Mon Sep 17 00:00:00 2001 From: DanL0 Date: Wed, 4 Dec 2024 15:09:57 +0100 Subject: [PATCH] fix local docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16d05ba9c..17a8c6754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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