1
0

Merge pull request #237 from cerc-io/dboreham/use-local-foundry

Use our locally built foundry container

Former-commit-id: b2cef1646232163777b0a6b59c4ee572020cadde
This commit is contained in:
David Boreham 2023-03-24 18:27:48 -06:00 committed by GitHub
commit 8e056c1b0c

View File

@ -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