Skip to content

Commit 55573b5

Browse files
authored
fix: lock foundry version to --version nightly-f625d0fa7c51e65b4bf1e… (#16)
…8f7931cd1c6e2e285e9
1 parent b512379 commit 55573b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:20.13.1-bookworm as build
22

33
ENV FOUNDRY_DIR /usr/local
44
RUN curl -L https://foundry.paradigm.xyz | bash && \
5-
/usr/local/bin/foundryup
5+
/usr/local/bin/foundryup --version nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9
66

77
WORKDIR /
88

0 commit comments

Comments
 (0)