diff --git a/dappnode_package.json b/dappnode_package.json index 1912ecd..be6837f 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "geth.dnp.dappnode.eth", "version": "0.1.17", - "upstreamVersion": "v1.10.4", + "upstreamVersion": "v1.10.5", "upstreamRepo": "ethereum/go-ethereum", "upstreamArg": "UPSTREAM_VERSION", "shortDescription": "Geth is the official Go implementation of the Ethereum protocol.", diff --git a/docker-compose.yml b/docker-compose.yml index 4270e80..06bc3ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ./build args: - UPSTREAM_VERSION: v1.10.4 + UPSTREAM_VERSION: v1.10.5 volumes: - "geth:/root/.ethereum" environment: