Skip to content

Commit

Permalink
Merge pull request #53 from AvadoDServer/v1.12.0
Browse files Browse the repository at this point in the history
v1.12.0
  • Loading branch information
heeckhau authored May 4, 2024
2 parents 7042b60 + b1b434c commit 7d5b7ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/user-settings.template
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ root:
rpDir: /srv/rocketpool/
useFallbackClients: "false"
vcMetricsPort: "9101"
version: v1.11.9
version: v1.12.0
watchtowerMetricsPort: "9104"
smartnode:
archiveECUrl: ""
Expand Down
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rocketpool.avado.dnp.dappnode.eth",
"version": "0.0.102",
"upstream": "v1.11.9",
"version": "0.0.103",
"upstream": "v1.12.0",
"title": "Rocket Pool",
"description": "Rocket Pool is decentralised Ethereum staking protocol",
"avatar": "/ipfs/QmWGXmd7dvGAjKZDcarCGdwPgBGtZvV2aKtCw1zpYaCRng",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.4'
services:
rocketpool.avado.dnp.dappnode.eth:
image: 'rocketpool.avado.dnp.dappnode.eth:0.0.102'
image: 'rocketpool.avado.dnp.dappnode.eth:0.0.103'
build:
context: ./build
args:
RP_VERSION: v1.11.9
RP_VERSION: v1.12.0
volumes:
- 'rocketpool:/rocketpool'
environment:
Expand Down

0 comments on commit 7d5b7ac

Please sign in to comment.