Skip to content

Commit

Permalink
Fix pre-baked images builder (#342)
Browse files Browse the repository at this point in the history
For some reason foundryup changed from `-u` to `-i`...

foundry-rs/foundry#9551
  • Loading branch information
mkysel authored Dec 19, 2024
1 parent 1f90582 commit 428481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/baked/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \

RUN curl -L https://foundry.paradigm.xyz | bash && \
source ~/.bashrc && \
foundryup -v "${FOUNDRY_VERSION}" && \
foundryup -i "${FOUNDRY_VERSION}" && \
cp ~/.foundry/bin/* /usr/local/bin

COPY . .
Expand Down

0 comments on commit 428481c

Please sign in to comment.