Skip to content

Commit f8412e0

Browse files
authored
chore(consensus): bump lighthouse to v8.2.2 (#580) (#581)
v8.2.2 is a high-priority release containing fixes for several security vulnerabilities. The upstream update-priority table lists "High" for beacon nodes; the security content is withheld until uptake is sufficient. - pin sigp/lighthouse v8.2.1 -> v8.2.2 for consensus-gnosis - record why the swap is drop-in and why it must not trigger a resync No database schema migration and no breaking CLI changes upstream, so this is a tag swap against the existing datadir. Upstream notes an open data-column backfill OOM affecting Gnosis on every release up to and including v8.2.2 (fixed in v8.3.0), which is why an unnecessary resync must be avoided.
1 parent ed4f65d commit f8412e0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docker/docker-compose.gnosis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ services:
103103

104104
consensus-gnosis:
105105
container_name: consensus-gnosis
106-
image: sigp/lighthouse:v8.2.1
106+
# v8.2.2 is a high-priority release fixing several undisclosed security
107+
# vulnerabilities; beacon-node update priority is "High". No schema
108+
# migration and no breaking CLI changes, so the tag swap is a drop-in and
109+
# must NOT trigger a resync — data-column backfill can OOM on Gnosis until
110+
# v8.3.0, and that affects every release including the one we run today.
111+
image: sigp/lighthouse:v8.2.2
107112
restart: always
108113
depends_on:
109114
nethermind-gnosis:

0 commit comments

Comments
 (0)