From f903da74fddfd3de88ec21177ba1013bc9b15b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Levente=20T=C3=B3th?= Date: Fri, 14 Jun 2024 16:42:24 +0200 Subject: [PATCH] build: ethereum client 1.13 --- orchestrator/builder/blockchain/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/builder/blockchain/Dockerfile b/orchestrator/builder/blockchain/Dockerfile index 3837ca9..a2b498a 100644 --- a/orchestrator/builder/blockchain/Dockerfile +++ b/orchestrator/builder/blockchain/Dockerfile @@ -1,4 +1,4 @@ -FROM ethereum/client-go:stable +FROM ethereum/client-go:release-1.13 COPY . /root EXPOSE 9545 9546 30303 30303/udp ENTRYPOINT ["geth"]