From 6bd15d448e090d9a51532295ca1462620f23c65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= <20141918+eduadiez@users.noreply.github.com> Date: Thu, 2 Jan 2020 14:45:27 +0100 Subject: [PATCH 1/2] Advance manifest to new version: 0.0.4 --- dappnode_package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 921ac99..00b4819 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "nethermind.public.dappnode.eth", - "version": "0.0.2", - "upstreamVersion": "v1.3.9", + "version": "0.0.4", + "upstreamVersion": "v1.4.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", From 400a746f7e53ce442a95bad9421fe53ab36c5642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= <20141918+eduadiez@users.noreply.github.com> Date: Thu, 2 Jan 2020 14:45:29 +0100 Subject: [PATCH 2/2] Advance compose to new version: 0.0.4 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 839330a..66b70d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: nethermind.public.dappnode.eth: build: ./build - image: 'nethermind.public.dappnode.eth:0.0.2' + image: 'nethermind.public.dappnode.eth:0.0.4' restart: always volumes: - 'data:/data'