From ff35adf9ae29c4114679426615583dc7437d56c0 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:32:33 +0200 Subject: [PATCH] update --- bor.yml | 2 +- bsc.yml | 2 +- linea-besu.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bor.yml b/bor.yml index 4d126fb8..b47f506a 100644 --- a/bor.yml +++ b/bor.yml @@ -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 diff --git a/bsc.yml b/bsc.yml index 7d5e6833..6052955d 100644 --- a/bsc.yml +++ b/bsc.yml @@ -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" diff --git a/linea-besu.yml b/linea-besu.yml index a72341bf..41448545 100644 --- a/linea-besu.yml +++ b/linea-besu.yml @@ -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: