diff --git a/dappnode_package.json b/dappnode_package.json index 22d2357..f606268 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,32 +1,37 @@ { - "upstream": [ - { - "repo": "erigontech/erigon", - "version": "v3.4.2", - "arg": "UPSTREAM_VERSION" - }, - { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" - } + "architectures": [ + "linux/amd64", + "linux/arm64" ], - "description": "Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier.", - "shortDescription": "Ethereum implementation on the efficiency frontier.", - "type": "service", - "chain": "ethereum", - "categories": ["Blockchain"], - "architectures": ["linux/amd64", "linux/arm64"], "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-erigon-generic/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "ethereum", + "description": "Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier.", "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/dappnode/DAppNodePackage-erigon-generic.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-erigon-generic/issues" - }, "requirements": { "minimumDappnodeVersion": "0.2.106" - } + }, + "shortDescription": "Ethereum implementation on the efficiency frontier.", + "type": "service", + "upstream": [ + { + "arg": "UPSTREAM_VERSION", + "repo": "erigontech/erigon", + "version": "v3.4.3" + }, + { + "arg": "STAKER_SCRIPTS_VERSION", + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2" + } + ] } diff --git a/docker-compose.yml b/docker-compose.yml index 5b78c10..b6c8c33 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: erigon args: - UPSTREAM_VERSION: v3.4.2 + UPSTREAM_VERSION: v3.4.3 STAKER_SCRIPTS_VERSION: v0.1.2 DATA_DIR: /home/erigon/.local/share environment: