Skip to content

Commit

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

bump NethermindEth/nethermind to 1.26.0
  • Loading branch information
stdevMac authored Apr 25, 2024
2 parents 4a6e3b7 + 2a75a26 commit d2038d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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": "1.0.49",
"upstreamVersion": "1.25.4",
"version": "1.0.50",
"upstreamVersion": "1.26.0",
"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
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ services:
build:
context: .
args:
UPSTREAM_VERSION: 1.25.4
image: "nethermind.nethermind.public.dappnode.eth:1.0.9"
UPSTREAM_VERSION: 1.26.0
image: nethermind.nethermind.public.dappnode.eth:1.0.9
restart: unless-stopped
security_opt:
- "seccomp:unconfined"
- seccomp:unconfined
volumes:
- "data:/data"
- data:/data
environment:
MODE: normal
NETHERMIND_CONFIG: mainnet
Expand All @@ -26,8 +26,8 @@ services:
NETHERMIND_HEALTHCHECKSCONFIG_UIENABLED: "true"
EXTRA_OPTS: ""
ports:
- "30404:30404/udp"
- "30404:30404/tcp"
- 30404:30404/udp
- 30404:30404/tcp
ulimits:
nofile:
soft: 1000000
Expand Down

0 comments on commit d2038d8

Please sign in to comment.