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 d2c7a36 commit 3a1b139Copy full SHA for 3a1b139
integration-tests/Dockerfile
@@ -12,7 +12,7 @@ ENV PATH="${PATH}:/root/.local/bin"
12
RUN poetry config virtualenvs.in-project true
13
14
# Install Solana Tool Suite
15
-RUN sh -c "$(curl -sSfL https://release.solana.com/v2.2.1/install)"
+RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.2.1/install)"
16
ENV PATH="${PATH}:/root/.local/share/solana/install/active_release/bin"
17
18
ADD . /agent
0 commit comments