Use our locally built foundry container #237

Merged
telackey merged 1 commits from dboreham/use-local-foundry into main 2023-03-25 00:27:48 +00:00

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