Revert local foundry build

This commit is contained in:
David Boreham 2023-01-30 14:05:48 -07:00 committed by GitHub
parent 82c2bb78f2
commit e850923e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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