Skip to content

Commit

Permalink
Merge pull request #125 from dappnode/dappnodebot/bump-upstream/nethe…
Browse files Browse the repository at this point in the history
[email protected]

bump NethermindEth/nethermind to 1.14.7
  • Loading branch information
kamilchodola authored Dec 5, 2022
2 parents 27d8836 + b58afae commit 750f428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "nethermind.public.dappnode.eth",
"version": "1.0.9",
"upstreamVersion": "1.14.5",
"upstreamVersion": "1.14.7",
"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",
"architectures": ["linux/amd64", "linux/arm64"],
"dependencies": {},
"chain": "ethereum",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": ["Eduardo Antuña <[email protected]> (https://github.com/eduadiez)"],
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)"
],
"exposable": [
{
"name": "Nethermind JSON RPC",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
args:
UPSTREAM_VERSION: 1.14.5
UPSTREAM_VERSION: 1.14.7
image: "nethermind.nethermind.public.dappnode.eth:1.0.9"
restart: unless-stopped
security_opt:
Expand Down

0 comments on commit 750f428

Please sign in to comment.