diff --git a/dappnode_package.json b/dappnode_package.json index 0ecfaea..35ab178 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "geth.dnp.dappnode.eth", - "version": "0.1.42", - "upstreamVersion": "v1.13.1", + "version": "0.1.43", + "upstreamVersion": "v1.13.13", "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 51c3ef5..b7bddb7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: v1.13.1 + UPSTREAM_VERSION: v1.13.13 volumes: - "geth:/root/.ethereum" environment: