From aea68dc422205965a716b5d043d0fa31437524f7 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:59:51 +0100 Subject: [PATCH] update --- gnosis/nimbus/Dockerfile | 2 +- nethermind-gnosis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"