diff --git a/gnosis/nimbus/Dockerfile b/gnosis/nimbus/Dockerfile index a708faaf..9e122724 100644 --- a/gnosis/nimbus/Dockerfile +++ b/gnosis/nimbus/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/gnosischain/gnosis-nimbus-eth2:v24.2 +FROM ghcr.io/gnosischain/gnosis-nimbus-eth2:v24.4 COPY entrypoint.sh /usr/bin/entrypoint.sh ENTRYPOINT ["/usr/bin/entrypoint.sh"] \ No newline at end of file diff --git a/nethermind-gnosis.yml b/nethermind-gnosis.yml index 5248c3eb..a83f75ca 100644 --- a/nethermind-gnosis.yml +++ b/nethermind-gnosis.yml @@ -3,7 +3,7 @@ version: '3.1' services: nethermind-gnosis: - image: nethermind/nethermind:1.25.4 + image: nethermind/nethermind:1.26.0 user: root volumes: - "gnosis-nethermind-fullnode:/data"