From 5767b93e6aa543843ca2387c31c0d3b1c59d9ac6 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 Former-commit-id: da24a4edf66f9475d5f7c730ff0342b52cd7fa4c --- 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 bbbc64f..b9a5a30 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