From ffd67953f76c6cf9008d67878d8e5f6ba9aa6e65 Mon Sep 17 00:00:00 2001 From: cventastic Date: Tue, 6 Sep 2022 13:22:17 +0200 Subject: [PATCH] bump erigon to 2022.08.03 --- erigon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erigon.yml b/erigon.yml index c852c813..9dd5b8d8 100644 --- a/erigon.yml +++ b/erigon.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-trace: - image: thorax/erigon:v2022.08.02 + image: thorax/erigon:v2022.08.03 expose: - "30303" - "30304" @@ -25,7 +25,7 @@ services: restart: unless-stopped rpcdaemon: - image: thorax/erigon:v2022.08.02 + image: thorax/erigon:v2022.08.03 command: > rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon-trace:9090