From 6538716288fc13188b8f8b89f80cab9d4e1678ca Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:52:11 +0200 Subject: [PATCH] update --- erigon-holesky.yml | 2 +- erigon-mainnet.yml | 2 +- erigon-sepolia.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/erigon-holesky.yml b/erigon-holesky.yml index 311af92b..328b57dd 100644 --- a/erigon-holesky.yml +++ b/erigon-holesky.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-holesky: - image: thorax/erigon:v2.60.2 + image: thorax/erigon:v2.60.3 user: root expose: - "16630" diff --git a/erigon-mainnet.yml b/erigon-mainnet.yml index 59ea61bd..8eb465fe 100644 --- a/erigon-mainnet.yml +++ b/erigon-mainnet.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-mainnet: - image: thorax/erigon:v2.60.2 + image: thorax/erigon:v2.60.3 user: root expose: - "16630" diff --git a/erigon-sepolia.yml b/erigon-sepolia.yml index 6fd926c1..23cfd0c8 100644 --- a/erigon-sepolia.yml +++ b/erigon-sepolia.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-sepolia: - image: thorax/erigon:v2.60.2 + image: thorax/erigon:v2.60.3 user: root expose: - "31337"