Merge pull request #237 from cerc-io/dboreham/use-local-foundry
Use our locally built foundry container
Former-commit-id: b2cef16462
dboreham/fixturenet-optimism
commit
8e056c1b0c
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/foundry-rs/foundry
|
||||
FROM cerc/foundry:local
|
||||
|
||||
RUN apk update ; apk add --no-cache --allow-untrusted ca-certificates curl bash git jq
|
||||
RUN apk add --no-cache --upgrade grep
|
||||
|
|
|
|||
Loading…
Reference in New Issue