Skip to content

Commit

Permalink
Change solana release to v1.14.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Semen Medvedev committed Aug 22, 2024
1 parent 6a92b95 commit 5b97f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install BPF SDK
FROM solanalabs/rust:1.62.0 AS builder
# Use hardcoded solana revision for install SDK to prevent long rebuild when use other SOLANA_REVISION
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.10.29/install)" && \
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.14.24/install)" && \
/root/.local/share/solana/install/active_release/bin/sdk/bpf/scripts/install.sh
ENV PATH=/root/.local/share/solana/install/active_release/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Expand Down

0 comments on commit 5b97f40

Please sign in to comment.