Skip to content

Commit

Permalink
Release v1.0.5 (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 authored Jan 10, 2024
1 parent 7f75654 commit 9045319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ docker build --pull -t stakewiselabs/v3-operator .
or pull existing one:

```sh
docker pull europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.4
docker pull europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.5
```

You have to mount keystores and deposit data folders into docker container.
Expand All @@ -221,7 +221,7 @@ Start the container with the following command:
```sh
docker run --restart on-failure:10 \
-v ~/.stakewise/:/data \
europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.4 \
europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.5 \
src/main.py start \
--vault=0x3320a...68 \
--data-dir=/data \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "v3-operator"
version = "v1.0.4"
version = "v1.0.5"
description = "StakeWise operator service for registering vault validators"
authors = ["StakeWise Labs <[email protected]>"]

Expand Down

0 comments on commit 9045319

Please sign in to comment.