Skip to content

Commit

Permalink
Bump to v1.0.2 (stakewise#242)
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 authored Nov 23, 2023
1 parent f7fd19e commit 4c34f20
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.1
docker pull europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.2
```
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.1 \
europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.2 \
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.1"
version = "v1.0.2"
description = "StakeWise operator service for registering vault validators"
authors = ["StakeWise Labs <[email protected]>"]

Expand Down

0 comments on commit 4c34f20

Please sign in to comment.