update nwaku image version to be used

This commit is contained in:
stubbsta 2025-04-03 18:50:42 +02:00
parent 1b1e9daeb8
commit 8b64a0eff8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ x-pg-exporter-env: &pg_exp_env
# Services definitions
services:
nwaku:
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.35.0}
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.35.1}
restart: on-failure
ports:
- 30304:30304/tcp

View File

@ -20,7 +20,7 @@ if test -n "${ETH_CLIENT_ADDRESS}"; then
exit 1
fi
docker run -v "$(pwd)/keystore":/keystore/:Z wakuorg/nwaku:v0.35.0 generateRlnKeystore \
docker run -v "$(pwd)/keystore":/keystore/:Z wakuorg/nwaku:v0.35.1 generateRlnKeystore \
--rln-relay-eth-client-address=${RLN_RELAY_ETH_CLIENT_ADDRESS} \
--rln-relay-eth-private-key=${ETH_TESTNET_KEY} \
--rln-relay-eth-contract-address=0xfe7a9eabce779a090fd702346fd0bfac02ce6ac8 \