Skip to content

Commit

Permalink
Github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed May 13, 2020
1 parent 982c8b1 commit 69639a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nethermind.public.dappnode.eth",
"version": "0.0.16",
"upstreamVersion": "1.8.31",
"version": "0.0.17",
"upstreamVersion": "1.8.32",
"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",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./build
args:
- VERSION
image: 'nethermind.public.dappnode.eth:0.0.16'
image: 'nethermind.public.dappnode.eth:0.0.17'
restart: always
volumes:
- 'data:/data'
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,13 @@
"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"
},
"0.0.17": {
"hash": "/ipfs/QmcHwZG5yyYv3MbGaQyU387wREWZTq8QNdgVYzE6PVNbut",
"type": "directory",
"uploadedTo": {
"remote": "Wed, 13 May 2020 13:16:59 GMT"
},
"link": "http://my.dappnode/#/sdk/publish/r=nethermind.public.dappnode.eth&v=0.0.17&h=%2Fipfs%2FQmcHwZG5yyYv3MbGaQyU387wREWZTq8QNdgVYzE6PVNbut"
}
}

0 comments on commit 69639a0

Please sign in to comment.