diff --git a/build/dappnode_package-mainnet.json b/build/dappnode_package-mainnet.json index 5c37971..22bf434 100644 --- a/build/dappnode_package-mainnet.json +++ b/build/dappnode_package-mainnet.json @@ -1,7 +1,7 @@ { "name": "ethchain-geth.public.dappnode.eth", - "version": "10.0.69", - "upstream": "v1.14.13", + "version": "10.0.75", + "upstream": "v1.15.10", "autoupdate": true, "title": "Ethereum node (Geth + mainnet)", "description": "Ethereum Client - based on Geth", @@ -10,13 +10,8 @@ "chain": "ethereum", "image": { "restart": "always", - "ports": [ - "30303:30303", - "30303:30303/udp" - ], - "volumes": [ - "ethchain-geth:/root/.ethereum/ethchain-geth" - ], + "ports": ["30303:30303", "30303:30303/udp"], + "volumes": ["ethchain-geth:/root/.ethereum/ethchain-geth"], "environment": [ "NETWORK=mainnet", "EXTRA_OPTS=--http.api eth,net,web3,txpool" @@ -30,4 +25,4 @@ "WS endpoint": "ws://ethchain-geth.my.ava.do:8546", "EE endpoint (http)": "http://ethchain-geth.my.ava.do:8551" } -} \ No newline at end of file +} diff --git a/build/docker-compose-mainnet.yml b/build/docker-compose-mainnet.yml index b76bbd2..8989045 100644 --- a/build/docker-compose-mainnet.yml +++ b/build/docker-compose-mainnet.yml @@ -1,11 +1,11 @@ version: '3.4' services: ethchain-geth.public.dappnode.eth: - image: 'ethchain-geth.public.dappnode.eth:10.0.69' + image: 'ethchain-geth.public.dappnode.eth:10.0.75' build: context: ./build args: - VERSION: v1.14.13 + VERSION: v1.15.10 volumes: - 'ethchain-geth:/root/.ethereum/ethchain-geth' ports: