From 8d04a393f4b5443ebd30de6e9fb65a527f640cde Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:35:36 +0100 Subject: [PATCH] update --- reth-mainnet-fullnode.yml | 2 +- reth-mainnet.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reth-mainnet-fullnode.yml b/reth-mainnet-fullnode.yml index 457c67e7..1741f6c8 100644 --- a/reth-mainnet-fullnode.yml +++ b/reth-mainnet-fullnode.yml @@ -2,7 +2,7 @@ version: '3.1' services: mainnet-fullnode-reth: - image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.1.4} + image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.1.5} user: root volumes: - "reth-mainnet-fullnode:/root/.local/share/reth/mainnet" diff --git a/reth-mainnet.yml b/reth-mainnet.yml index 2f616a6b..caee64eb 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.1.1} + image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.1.5} user: root volumes: - "reth-mainnet:/root/.local/share/reth/mainnet" @@ -34,7 +34,7 @@ services: - chains mainnet-prysm-reth: - image: prysmaticlabs/prysm-beacon-chain:v5.0.4 + image: prysmaticlabs/prysm-beacon-chain:${PRYSM_VERSION:-v5.2.0} expose: - 3500 ports: