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 12, 2020
1 parent 9a16b40 commit 982c8b1
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.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",
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.15'
image: 'nethermind.public.dappnode.eth:0.0.16'
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 @@ -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"
}
}

0 comments on commit 982c8b1

Please sign in to comment.