chore: upgrade nwaku to v0.17.0 (#1364)

This commit is contained in:
Danish Arora 2023-05-19 01:52:06 +05:30 committed by GitHub
parent 60304bc908
commit 94e1abdd65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
node:
runs-on: ubuntu-latest
env:
WAKUNODE_IMAGE: "statusteam/nim-waku:v0.16.0"
WAKUNODE_IMAGE: "statusteam/nim-waku:v0.17.0"
steps:
- uses: actions/checkout@v3

View File

@ -27,7 +27,7 @@ const WAKU_SERVICE_NODE_PARAMS =
const NODE_READY_LOG_LINE = "Node setup complete";
const DOCKER_IMAGE_NAME =
process.env.WAKUNODE_IMAGE || "statusteam/nim-waku:v0.16.0";
process.env.WAKUNODE_IMAGE || "statusteam/nim-waku:v0.17.0";
const isGoWaku = DOCKER_IMAGE_NAME.includes("go-waku");