Skip to content

Commit d2c7a36

Browse files
committed
Bump solana client version in integration test
1 parent 6c9bdca commit d2c7a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV PATH="${PATH}:/root/.local/bin"
1212
RUN poetry config virtualenvs.in-project true
1313

1414
# Install Solana Tool Suite
15-
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.14.17/install)"
15+
RUN sh -c "$(curl -sSfL https://release.solana.com/v2.2.1/install)"
1616
ENV PATH="${PATH}:/root/.local/share/solana/install/active_release/bin"
1717

1818
ADD . /agent

0 commit comments

Comments
 (0)