From da24a4edf66f9475d5f7c730ff0342b52cd7fa4c Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 24 Mar 2023 18:23:35 -0600 Subject: [PATCH] Use our locally built foundry container --- app/data/container-build/cerc-go-ethereum-foundry/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/container-build/cerc-go-ethereum-foundry/Dockerfile b/app/data/container-build/cerc-go-ethereum-foundry/Dockerfile index bbbc64fc..b9a5a30b 100644 --- a/app/data/container-build/cerc-go-ethereum-foundry/Dockerfile +++ b/app/data/container-build/cerc-go-ethereum-foundry/Dockerfile @@ -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