Skip to content
Closed
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
bump stakewise/v3-operator to v1.0.6
  • Loading branch information
dsimog01 committed Jan 12, 2024
commit 2b7bbc8f573fce388ff7be8ba3073040830231ba
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.5",
"upstreamVersion": "v1.0.6",
"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.5
UPSTREAM_VERSION: v1.0.6
restart: unless-stopped
volumes:
- "stakewise:/app/data"
Expand Down