Skip to content

Commit

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

bump NethermindEth/nethermind to 1.26.0
  • Loading branch information
stdevMac authored Apr 25, 2024
2 parents 93d6207 + 48fa4d3 commit 635b1f2
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": "holesky-nethermind.dnp.dappnode.eth",
"version": "0.1.6",
"upstreamVersion": "1.25.4",
"version": "0.1.7",
"upstreamVersion": "1.26.0",
"shortDescription": "Nethermind Holesky 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,12 +4,12 @@ services:
build:
context: nethermind
args:
UPSTREAM_VERSION: 1.25.4
UPSTREAM_VERSION: 1.26.0
restart: unless-stopped
security_opt:
- "seccomp:unconfined"
- seccomp:unconfined
volumes:
- "data:/data"
- data:/data
environment:
NETHERMIND_SYNCCONFIG_FASTSYNC: ""
NETHERMIND_SYNCCONFIG_SNAPSYNC: "true"
Expand All @@ -24,8 +24,8 @@ services:
LOG: INFO
EXTRA_OPTS: ""
ports:
- "31804:31804/udp"
- "31804:31804/tcp"
- 31804:31804/udp
- 31804:31804/tcp
ulimits:
nofile:
soft: 1000000
Expand All @@ -34,6 +34,6 @@ services:
resources:
limits:
memory: 16384M
image: "nethermind.holesky-nethermind.dnp.dappnode.eth:0.1.0"
image: nethermind.holesky-nethermind.dnp.dappnode.eth:0.1.0
volumes:
data: {}

0 comments on commit 635b1f2

Please sign in to comment.