From cea08bc94b03f4a5df00fdd4759a60109efbd8dc Mon Sep 17 00:00:00 2001 From: dapplion Date: Sun, 11 Apr 2021 00:32:45 +0000 Subject: [PATCH] bump NethermindEth/nethermind to 1.10.56 --- dappnode_package.json | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 1a4de8d..5c93cf4 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "nethermind.public.dappnode.eth", "version": "1.0.4", - "upstreamVersion": "1.10.51", + "upstreamVersion": "1.10.56", "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", diff --git a/docker-compose.yml b/docker-compose.yml index 6af060f..58f6275 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: ./build args: - UPSTREAM_VERSION: 1.10.51 + UPSTREAM_VERSION: 1.10.56 image: "nethermind.public.dappnode.eth:1.0.4" restart: unless-stopped volumes: