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 b512379 commit 55573b5Copy full SHA for 55573b5
Dockerfile
@@ -2,7 +2,7 @@ FROM node:20.13.1-bookworm as build
2
3
ENV FOUNDRY_DIR /usr/local
4
RUN curl -L https://foundry.paradigm.xyz | bash && \
5
- /usr/local/bin/foundryup
+ /usr/local/bin/foundryup --version nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9
6
7
WORKDIR /
8
0 commit comments