Use our locally built foundry container

Former-commit-id: da24a4edf6
This commit is contained in:
David Boreham 2023-03-24 18:23:35 -06:00
parent 38feddb266
commit 5767b93e6a

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