diff --git a/gnosis/nimbus/Dockerfile b/gnosis/nimbus/Dockerfile index 9e122724..dd29e81d 100644 --- a/gnosis/nimbus/Dockerfile +++ b/gnosis/nimbus/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/gnosischain/gnosis-nimbus-eth2:v24.4 +FROM ghcr.io/gnosischain/gnosis-nimbus-eth2:v24.12 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 abfd8651..ad52ff99 100644 --- a/nethermind-gnosis.yml +++ b/nethermind-gnosis.yml @@ -3,7 +3,7 @@ version: '3.1' services: nethermind-gnosis: - image: nethermind/nethermind:1.29.1 + image: nethermind/nethermind:1.30.1 user: root volumes: - "gnosis-nethermind-fullnode:/data"