This commit is contained in:
Sebastian
2024-09-22 12:32:33 +02:00
parent 4a1dde629e
commit ff35adf9ae
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
polygon-bor:
image: 0xpolygon/bor:1.3.7
image: 0xpolygon/bor:1.4.1
sysctls:
net.ipv4.tcp_slow_start_after_idle: 0
net.ipv4.tcp_no_metrics_save: 1

View File

@@ -3,7 +3,7 @@ version: '3.1'
services:
bsc:
image: ghcr.io/bnb-chain/bsc:1.4.14
image: ghcr.io/bnb-chain/bsc:1.4.15
user: root
ports:
- "29061:29061"

View File

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