From 982c8b15c053cee8b19b9b07cb228e08c858480f Mon Sep 17 00:00:00 2001 From: Eduardo Date: Tue, 12 May 2020 08:29:46 +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 08f914f..8d38515 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "nethermind.public.dappnode.eth", - "version": "0.0.15", - "upstreamVersion": "1.8.30", + "version": "0.0.16", + "upstreamVersion": "1.8.31", "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 4427842..1854601 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.15' + image: 'nethermind.public.dappnode.eth:0.0.16' restart: always volumes: - 'data:/data' diff --git a/releases.json b/releases.json index 9537d4c..aa1ec45 100644 --- a/releases.json +++ b/releases.json @@ -117,5 +117,13 @@ "remote": "Mon, 04 May 2020 14:50:11 GMT" }, "link": "http://my.dappnode/#/sdk/publish/r=nethermind.public.dappnode.eth&v=0.0.15&h=%2Fipfs%2FQmcjoDJRkr1MjWdUXspyf7nU83DcJUQFmcs5Qg6yykqM89" + }, + "0.0.16": { + "hash": "/ipfs/QmTQn8SBAUXVNV7JYMWgitoMU4FRwtDNdnLXYvMuXfsKRu", + "type": "directory", + "uploadedTo": { + "remote": "Tue, 12 May 2020 08:29:38 GMT" + }, + "link": "http://my.dappnode/#/sdk/publish/r=nethermind.public.dappnode.eth&v=0.0.16&h=%2Fipfs%2FQmTQn8SBAUXVNV7JYMWgitoMU4FRwtDNdnLXYvMuXfsKRu" } } \ No newline at end of file