From 9562e46e958378dba79d2f8428fa33b423692a94 Mon Sep 17 00:00:00 2001 From: mgarciate Date: Fri, 25 Oct 2024 04:05:55 +0000 Subject: [PATCH] bump rocket-pool/smartnode-install to v1.14.1 --- dappnode_package.json | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index b8bcaad..b248850 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "rocketpool-testnet.public.dappnode.eth", - "version": "0.1.7", - "upstreamVersion": "v1.13.10", + "version": "0.1.8", + "upstreamVersion": "v1.14.1", "upstreamRepo": "rocket-pool/smartnode-install", "architectures": ["linux/amd64"], "description": "How Rocket Pool Works. Unlike solo stakers, who are required to put 32 ETH up for deposit to create a new validator, Rocket Pool nodes only need to deposit 8/16 ETH per validator. This will be coupled with 16 ETH from the staking pool (which stakers deposited in exchange for rETH) to create a new Ethereum validator. This new validator is called a minipool.", diff --git a/docker-compose.yml b/docker-compose.yml index 4183bec..2796ac4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ./build args: - UPSTREAM_VERSION: v1.13.10 + UPSTREAM_VERSION: v1.14.1 NETWORK: holesky volumes: - rocketpool-testnet:/rocketpool