Skip to content

Commit

Permalink
staterecovery: uddate besu image
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Feb 13, 2025
1 parent 5037b5c commit 5ea5ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/compose-spec-l2-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ services:
ipv4_address: 10.10.10.205

zkbesu-shomei-sr:
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-devnet-7dfb8e3}
image: consensys/linea-besu-package:${BESU_PACKAGE_TAG:-devnet-e97a644}
hostname: zkbesu-shomei-sr
container_name: zkbesu-shomei-sr
profiles: [ "external-to-monorepo", "staterecovery" ]
Expand Down Expand Up @@ -614,6 +614,7 @@ services:
- -c
- |
(rm /opt/besu/plugins/linea-staterecovery-besu-plugin-v* || true) && \
(rm /opt/besu/plugins/finalized-tag-updater-* || true) && \
ls -lh /opt/besu/plugins && \
sed -i '/^CLASSPATH/c\CLASSPATH=/opt/besu/lib/\*\:/opt/besu/plugins/\*' /opt/besu/bin/besu && \
/opt/besu/bin/besu \
Expand Down

0 comments on commit 5ea5ae1

Please sign in to comment.