Skip to content

Commit

Permalink
fix: hardcode foundry version temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Aug 30, 2024
1 parent 4c44ccc commit edd97c5
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
Expand Up @@ -18,7 +18,7 @@ RUN source ~/.bashrc && \
cargo install solstat

RUN curl -L https://foundry.paradigm.xyz | bash
RUN source ~/.bashrc && foundryup
RUN source ~/.bashrc && foundryup -v nightly-70ef94a90f4d2adb5dd932b417e7cf37410cebb3

# Update PATH to include foundry
ENV PATH="/root/.cargo/bin:/root/.foundry/bin:${PATH}"
Expand Down

0 comments on commit edd97c5

Please sign in to comment.