This commit is contained in:
Sebastian
2024-02-20 08:11:50 +01:00
parent 6227d97e48
commit 484749bdd7
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
nethermind-mainnet:
image: nethermind/nethermind:1.22.0
image: nethermind/nethermind:1.25.4
restart: always
stop_grace_period: 1m
command: |
@@ -62,7 +62,7 @@ services:
build:
context: ./nimbus
args:
UPSTREAM_VERSION: v23.8.0
UPSTREAM_VERSION: v24.2.1
restart: unless-stopped
stop_grace_period: 1m
environment:

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
mainnet-reth-fullnode:
image: ghcr.io/paradigmxyz/reth:v0.1.0-alpha.13
image: ghcr.io/paradigmxyz/reth:v0.1.0-alpha.19
user: root
volumes:
- "reth-mainnet-fullnode:/root/.local/share/reth/mainnet/db"
@@ -33,7 +33,7 @@ services:
- chains
mainnet-prysm-reth-fullnode:
image: prysmaticlabs/prysm-beacon-chain:stable
image: prysmaticlabs/prysm-beacon-chain:v4.2.1
ports:
#- "127.0.0.1:3500:3500"
- "32924:32924"