diff --git a/dappnode_package.json b/dappnode_package.json index c54fb7c..e579e77 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,44 @@ { + "architectures": [ + "linux/amd64" + ], + "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "ethereum", + "description": "geth-gnosis.dnp.dappnode.eth description", + "keywords": [ + "geth", + "go-ethereum", + "ethereum", + "client", + "execution" + ], + "license": "GPL-3.0", "name": "gnosis-geth.dnp.dappnode.eth", - "version": "0.1.2", + "repository": { + "type": "git", + "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis.git" + }, "requirements": { "minimumDappnodeVersion": "0.3.11" }, + "type": "service", "upstream": [ { + "arg": "UPSTREAM_VERSION", "repo": "gnosischain/go-ethereum", - "version": "v1.17.1-gc.3", - "arg": "UPSTREAM_VERSION" + "version": "v1.17.4-gc" }, { + "arg": "STAKER_SCRIPTS_VERSION", "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" + "version": "v0.1.2" } ], - "description": "geth-gnosis.dnp.dappnode.eth description", - "type": "service", - "chain": "ethereum", - "author": "DAppNode Association (https://github.com/dappnode)", - "architectures": ["linux/amd64"], - "categories": ["Blockchain"], - "keywords": ["geth", "go-ethereum", "ethereum", "client", "execution"], - "repository": { - "type": "git", - "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis.git" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis/issues" - }, - "license": "GPL-3.0" + "version": "0.1.3" } diff --git a/docker-compose.yml b/docker-compose.yml index e713504..c389371 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: geth args: - UPSTREAM_VERSION: v1.17.1-gc.3 + UPSTREAM_VERSION: v1.17.4-gc STAKER_SCRIPTS_VERSION: v0.1.2 P2P_PORT: 35417 DATA_DIR: /gnosis