fix: upgrade nwake image from latest-release to 0.28.0

This commit is contained in:
DarshanBPatel 2024-05-27 15:49:29 +05:30
parent a6f3d7e819
commit 1cbb50716b
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ fi
docker run -v $(pwd)/keystore:/keystore/:Z harbor.status.im/wakuorg/nwaku:latest-release generateRlnKeystore \
docker run -v $(pwd)/keystore:/keystore/:Z harbor.status.im/wakuorg/nwaku:v0.28.0 generateRlnKeystore \
--rln-relay-eth-client-address=${ETH_CLIENT_ADDRESS} \
--rln-relay-eth-private-key=${ETH_TESTNET_KEY} \
--rln-relay-eth-contract-address=0xF471d71E9b1455bBF4b85d475afb9BB0954A29c4 \