Merge pull request #172 from cerc-io/dboreham/revert-foundry-image

Revert local foundry build
This commit is contained in:
2023-01-30 22:06:26 +01:00
committed by GitHub
@@ -1,6 +1,4 @@
# Use locally build foundry base image to work around there being
# no aarm64 image published.
FROM foundry-rs/foundry:local
FROM ghcr.io/foundry-rs/foundry
RUN apk update ; apk add --no-cache --allow-untrusted ca-certificates curl bash git jq
RUN apk add --no-cache --upgrade grep