From 219bf052d90c15535a26278ced3abe9fe1bdb6fe Mon Sep 17 00:00:00 2001 From: flisko Date: Thu, 15 Jan 2026 09:47:13 +0100 Subject: [PATCH] feat: bump to 1.16.8 --- build/dappnode_package-mainnet.json | 15 +++++---------- build/docker-compose-mainnet.yml | 4 ++-- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/build/dappnode_package-mainnet.json b/build/dappnode_package-mainnet.json index da81716..c008254 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.77", - "upstream": "v1.16.7", + "version": "10.0.78", + "upstream": "v1.16.8", "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 d700b29..3013415 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.77' + image: 'ethchain-geth.public.dappnode.eth:10.0.78' build: context: ./build args: - VERSION: v1.16.7 + VERSION: v1.16.8 volumes: - 'ethchain-geth:/root/.ethereum/ethchain-geth' ports: