From e850923e1abc57aec3911901425f6b5c77e227d3 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 30 Jan 2023 14:05:48 -0700 Subject: [PATCH] Revert local foundry build --- app/data/container-build/cerc-go-ethereum-foundry/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/data/container-build/cerc-go-ethereum-foundry/Dockerfile b/app/data/container-build/cerc-go-ethereum-foundry/Dockerfile index 38a3ca29..bbbc64fc 100644 --- a/app/data/container-build/cerc-go-ethereum-foundry/Dockerfile +++ b/app/data/container-build/cerc-go-ethereum-foundry/Dockerfile @@ -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