diff --git a/dappnode_package.json b/dappnode_package.json index 0600e23..8160710 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,39 @@ { + "architectures": [ + "linux/amd64", + "linux/arm64" + ], + "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "ethereum", + "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.", + "license": "GPL-3.0", "name": "nethermind.public.dappnode.eth", - "version": "1.0.52", + "repository": { + "type": "git", + "url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic.git" + }, + "requirements": { + "minimumDappnodeVersion": "0.2.106" + }, + "shortDescription": "Nethermind Ethereum client", + "type": "service", "upstream": [ { + "arg": "UPSTREAM_VERSION", "repo": "NethermindEth/nethermind", - "version": "1.38.0", - "arg": "UPSTREAM_VERSION" + "version": "1.38.1" }, { + "arg": "STAKER_SCRIPTS_VERSION", "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" + "version": "v0.1.2" } ], - "shortDescription": "Nethermind 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", - "architectures": ["linux/amd64", "linux/arm64"], - "chain": "ethereum", - "author": "DAppNode Association (https://github.com/dappnode)", - "categories": ["Blockchain"], - "repository": { - "type": "git", - "url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic.git" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic/issues" - }, - "license": "GPL-3.0", - "requirements": { - "minimumDappnodeVersion": "0.2.106" - } + "version": "1.0.53" } diff --git a/docker-compose.yml b/docker-compose.yml index be41e1d..5197de6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: nethermind args: - UPSTREAM_VERSION: 1.38.0 + UPSTREAM_VERSION: 1.38.1 STAKER_SCRIPTS_VERSION: v0.1.2 DATA_DIR: /data restart: unless-stopped