Skip to content

Commit

Permalink
bump waku-org/nwaku to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Feb 15, 2023
1 parent 3878858 commit 693f569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "nwaku.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v0.14.0",
"upstreamVersion": "v0.15.0",
"architectures": ["linux/amd64"],
"upstreamRepo": "waku-org/nwaku",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Waku node and protocol",
"description": "Waku is the communication layer for Web3. Decentralized communication that scales. Private. Secure. Runs anywhere.",
"type": "service",
"author": "rndlabs <[email protected]> (https://github.com/rndlabs)",
"contributors": [
"mfw78 <[email protected]> (https://github.com/mfw78)"
],
"contributors": ["mfw78 <[email protected]> (https://github.com/mfw78)"],
"categories": ["Communications"],
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: nwaku
args:
UPSTREAM_VERSION: v0.14.0
UPSTREAM_VERSION: v0.15.0
ports:
- "60000:60000/tcp"
- "60000:60000/udp"
Expand Down

0 comments on commit 693f569

Please sign in to comment.