diff --git a/build/dappnode_package-mainnet.json b/build/dappnode_package-mainnet.json index 8ffcc00..37f5e41 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.76", - "upstream": "v1.16.0", + "version": "10.0.77", + "upstream": "v1.16.7", "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 2598e64..d700b29 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.76' + image: 'ethchain-geth.public.dappnode.eth:10.0.77' build: context: ./build args: - VERSION: v1.16.0 + VERSION: v1.16.7 volumes: - 'ethchain-geth:/root/.ethereum/ethchain-geth' ports: