diff --git a/dappnode_package.json b/dappnode_package.json index 897fc01..3b5da84 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "rinkeby.dnp.dappnode.eth", - "version": "0.4.5", - "upstreamVersion": "v1.10.3", + "version": "0.4.10", + "upstreamVersion": "v1.10.4", "upstreamRepo": "ethereum/go-ethereum", "upstreamArg": "UPSTREAM_VERSION", "shortDescription": "Ethereum testnet with Geth's PoA Protocol", @@ -9,9 +9,7 @@ "type": "library", "chain": "ethereum", "author": "DAppNode Association (https://github.com/dappnode)", - "contributors": [ - "Eduardo Antuña (https://github.com/eduadiez)" - ], + "contributors": ["Eduardo Antuña (https://github.com/eduadiez)"], "keywords": ["geth", "rinkeby", "ethereum", "testnet", "go-ethereum"], "categories": ["Developer tools"], "architectures": ["linux/amd64", "linux/arm64"], diff --git a/docker-compose.yml b/docker-compose.yml index 682e873..98bae0b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,11 +1,11 @@ version: "3.4" services: rinkeby.dnp.dappnode.eth: - image: "rinkeby.dnp.dappnode.eth:0.4.5" + image: "rinkeby.dnp.dappnode.eth:0.4.10" build: context: ./build args: - UPSTREAM_VERSION: v1.10.3 + UPSTREAM_VERSION: v1.10.4 volumes: - "rinkeby:/root/.ethereum/rinkeby" environment: