From e443449cebfca5d759c64c9f82d8f026a87e54fb Mon Sep 17 00:00:00 2001 From: dappnodedev Date: Fri, 15 Dec 2023 13:26:51 +0000 Subject: [PATCH] bump NethermindEth/nethermind to 1.24.0 --- dappnode_package.json | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 4361977..e7c7f03 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "holesky-nethermind.dnp.dappnode.eth", - "version": "0.1.1", - "upstreamVersion": "1.23.0", + "version": "0.1.2", + "upstreamVersion": "1.24.0", "shortDescription": "Nethermind Holesky Ethereum client", "description": "Nethermind - The world’s fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.", "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index 381bb7e..9dcde2a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: nethermind args: - UPSTREAM_VERSION: 1.23.0 + UPSTREAM_VERSION: 1.24.0 restart: unless-stopped security_opt: - "seccomp:unconfined"