diff --git a/dappnode_package.json b/dappnode_package.json index 2700fca..35db980 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,9 +1,9 @@ { "name": "erigon.dnp.dappnode.eth", - "version": "0.1.44", + "version": "0.1.45", "shortDescription": "Ethereum client on the efficiency frontier, written in Go", "description": "Erigon is a next generation Ethereum client that introduces several new concepts:\n\n* A modular client design, enabling parallelized development of the client\n\n* New (`flat`) model of storing Ethereum state, allowing a lower disk footprint\n\n* Preprocessing of data outside of the storage engine, making database write operations faster by a magnitude\n\n* Staged synchronization technique, allowing very fast synchronization", - "upstreamVersion": "v2.60.10", + "upstreamVersion": "v2.61.1", "upstreamRepo": "erigontech/erigon", "upstreamArg": "UPSTREAM_VERSION", "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index 15b03cb..86e3527 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: v2.60.10 + UPSTREAM_VERSION: v2.61.1 ports: - 30405:30405/tcp - 30405:30405/udp