Skip to content

Commit a0b03e4

Browse files
authored
Merge pull request #123 from dappnode/feature/update_smartnode_repo
Update upstream repo
2 parents 413a2f7 + dc6cbdd commit a0b03e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ARG UPSTREAM_VERSION
1313

1414
WORKDIR /app
1515

16-
RUN wget "https://github.com/rocket-pool/smartnode-install/releases/download/${UPSTREAM_VERSION}/rocketpool-cli-linux-amd64" -O /usr/local/bin/rocketpool
17-
RUN wget "https://github.com/rocket-pool/smartnode-install/releases/download/${UPSTREAM_VERSION}/rocketpool-daemon-linux-amd64" -O /usr/local/bin/rocketpoold
16+
RUN wget "https://github.com/rocket-pool/smartnode/releases/download/${UPSTREAM_VERSION}/rocketpool-cli-linux-amd64" -O /usr/local/bin/rocketpool
17+
RUN wget "https://github.com/rocket-pool/smartnode/releases/download/${UPSTREAM_VERSION}/rocketpool-daemon-linux-amd64" -O /usr/local/bin/rocketpoold
1818

1919
RUN chmod +x /usr/local/bin/rocketpool
2020
RUN chmod +x /usr/local/bin/rocketpoold

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rocketpool-testnet.public.dappnode.eth",
33
"version": "0.1.9",
44
"upstreamVersion": "v1.15.8",
5-
"upstreamRepo": "rocket-pool/smartnode-install",
5+
"upstreamRepo": "rocket-pool/smartnode",
66
"architectures": ["linux/amd64"],
77
"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.",
88
"type": "service",

0 commit comments

Comments
 (0)