From e87d403a87c5bd1580ae938c254045464f034a9a Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 18 Aug 2023 07:01:55 +0200 Subject: [PATCH] use the build not the image --- geth-linea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth-linea.yml b/geth-linea.yml index 6a97eb76..c7bb3bbf 100644 --- a/geth-linea.yml +++ b/geth-linea.yml @@ -2,7 +2,7 @@ version: '3.1' services: geth-linea: - image: ethereum/client-go:v1.12.2 + build: ./linea/geth expose: # HTTP server / GraphQL API - 8545