File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,7 @@ FROM ubuntu:latest
8
8
9
9
RUN apt-get update -y && apt-get install -y bash curl git gzip netcat-openbsd
10
10
11
- # Foundry only keeps the latest 3 nightly releases available, removing older
12
- # ones. We host the artifacts ourselves to ensure they are always there.
13
- #
14
- # This also makes the build very fast (building from source takes ~10 minutes on an M2 Max)
15
- ARG TARGETARCH COMMIT_HASH=577dae3f632b392856d1d62a5016c765fadd872d
16
- RUN curl --proto '=https' --tlsv1.2 -sSf \
17
- "https://download.farcaster.xyz/foundry/foundry_${COMMIT_HASH}_linux_${TARGETARCH}.tar.gz" \
18
- | tar -xzf - -C /usr/local/bin
11
+ RUN curl --proto '=https' --tlsv1.2 -L "https://foundry.paradigm.xyz" | bash
12
+ RUN foundryup --install stable
19
13
20
14
ENV RUST_BACKTRACE=full
You can’t perform that action at this time.
0 commit comments