bump version to v0.38.0 (#188)

This commit is contained in:
Ivan FB 2026-04-27 17:46:50 +02:00 committed by GitHub
parent f311202793
commit 7162afa2fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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:
logos-messaging-node:
image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:v0.37.0-beta}
image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:v0.38.0}
restart: on-failure
ports:
- 30304:30304/tcp

View File

@ -52,7 +52,7 @@ if [ "$NEED_APPROVAL" = "1" ]; then
fi
fi
docker run -v "$(pwd)/keystore":/keystore/:Z harbor.status.im/wakuorg/nwaku:v0.37.0-beta generateRlnKeystore \
docker run -v "$(pwd)/keystore":/keystore/:Z harbor.status.im/wakuorg/nwaku:v0.38.0 generateRlnKeystore \
--rln-relay-eth-client-address=${RLN_RELAY_ETH_CLIENT_ADDRESS} \
--rln-relay-eth-private-key=${ETH_TESTNET_KEY} \
--rln-relay-eth-contract-address=0xB9cd878C90E49F797B4431fBF4fb333108CB90e6 \