From 00d92ca50b607df6acf7942a6b348da1bdf5983c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:01:31 +0200 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 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"