diff --git a/reth-mainnet.yml b/reth-mainnet.yml index c594d4a1..7919dfd8 100644 --- a/reth-mainnet.yml +++ b/reth-mainnet.yml @@ -2,7 +2,7 @@ version: '3.1' services: mainnet-reth: - image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.2} + image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.3} user: root volumes: - "reth-mainnet:/root/.local/share/reth/mainnet" diff --git a/reth-sepolia.yml b/reth-sepolia.yml index 8ab60739..b9d30b21 100644 --- a/reth-sepolia.yml +++ b/reth-sepolia.yml @@ -2,7 +2,7 @@ version: '3.1' services: sepolia-reth: - image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.2} + image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.3} user: root volumes: - "reth-sepolia:/root/.local/share/reth/sepolia/db"