From 44d28b5fc9f261860492139f4a73a9f65762397b Mon Sep 17 00:00:00 2001 From: Eduardo Date: Thu, 4 Jun 2020 17:43:49 +0000 Subject: [PATCH] Github action update --- dappnode_package.json | 4 ++-- docker-compose.yml | 2 +- releases.json | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index c021b41..90125f3 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "nethermind.public.dappnode.eth", - "version": "0.0.19", - "upstreamVersion": "1.8.44", + "version": "0.0.20", + "upstreamVersion": "1.8.45", "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 4e7018d..1f21499 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: context: ./build args: - VERSION - image: 'nethermind.public.dappnode.eth:0.0.19' + image: 'nethermind.public.dappnode.eth:0.0.20' restart: always volumes: - 'data:/data' diff --git a/releases.json b/releases.json index c269043..301e67c 100644 --- a/releases.json +++ b/releases.json @@ -149,5 +149,13 @@ "remote": "Tue, 02 Jun 2020 15:17:46 GMT" }, "link": "http://my.dappnode/#/sdk/publish/r=nethermind.public.dappnode.eth&v=0.0.19&h=%2Fipfs%2FQmSKRUaGrrBbixrcfDcunXYon8wCajuy5MLcH3GcBWdcbi" + }, + "0.0.20": { + "hash": "/ipfs/QmbaFxqUZm8UZWPvEygpHWEbd7P3w8YLJ3wenyh8t9gfyx", + "type": "directory", + "uploadedTo": { + "remote": "Thu, 04 Jun 2020 17:43:41 GMT" + }, + "link": "http://my.dappnode/#/sdk/publish/r=nethermind.public.dappnode.eth&v=0.0.20&h=%2Fipfs%2FQmbaFxqUZm8UZWPvEygpHWEbd7P3w8YLJ3wenyh8t9gfyx" } } \ No newline at end of file