This commit is contained in:
Sebastian
2024-10-24 05:52:56 +02:00
parent 9bf6a91048
commit eefa603b38
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ services:
build: build:
context: besu context: besu
args: args:
UPSTREAM_VERSION: 24.7.0 UPSTREAM_VERSION: 24.10.0
expose: expose:
- 8545 - 8545
- 8551 - 8551

View File

@@ -2,7 +2,7 @@
services: services:
linea-besu-fullnode: linea-besu-fullnode:
image: hyperledger/besu:24.9.1 image: hyperledger/besu:24.10.0
command: --config-file=/config/config-snap-mainnet.toml --genesis-file=/config/genesis-mainnet.json --p2p-host=${IP} command: --config-file=/config/config-snap-mainnet.toml --genesis-file=/config/genesis-mainnet.json --p2p-host=${IP}
user: root user: root
ports: ports: