Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stakewise-operator-prater.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v1.0.7",
"upstreamVersion": "v1.0.8",
"upstreamRepo": "stakewise/v3-operator",
"description": "StakeWise V3 allows anyone who is capable of running Ethereum validators to participate in liquid staking and receive staking delegations from others.",
"type": "service",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: operator
args:
UPSTREAM_VERSION: v1.0.7
UPSTREAM_VERSION: v1.0.8
restart: unless-stopped
volumes:
- "stakewise:/app/data"
Expand Down