diff --git a/dappnode_package.json b/dappnode_package.json index 665c103..e02fefc 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,13 +1,13 @@ { "name": "gnosis-reth.dnp.dappnode.eth", - "version": "0.2.0", + "version": "0.2.1", "requirements": { "minimumDappnodeVersion": "0.3.11" }, "upstream": [ { "repo": "gnosischain/reth_gnosis", - "version": "v1.0.0", + "version": "v1.0.1", "arg": "UPSTREAM_VERSION" }, { @@ -37,5 +37,6 @@ "lodestar-gnosis.dnp.dappnode.eth": ">=0.1.32" }, "warnings": { - "onMinorUpdate": "Upgrading to Gnosis Reth 0.2.0 from *ANY* previous version will need a database re-sync. The existing db will not work – after the update, delete the reth volumes to force a full resync." } + "onMinorUpdate": "Upgrading to Gnosis Reth 0.2.0 from *ANY* previous version will need a database re-sync. The existing db will not work – after the update, delete the reth volumes to force a full resync." + } } diff --git a/docker-compose.yml b/docker-compose.yml index 76606f5..057a127 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: reth args: - UPSTREAM_VERSION: v1.0.0 + UPSTREAM_VERSION: v1.0.1 STAKER_SCRIPTS_VERSION: v0.1.2 P2P_PORT: 30517 DATA_DIR: /data/reth