Skip to content

Commit

Permalink
update core packages versions (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: pablomendezroyo <[email protected]>
  • Loading branch information
github-actions[bot] and pablomendezroyo authored Sep 25, 2024
1 parent f8a740a commit b62f0e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core.dnp.dappnode.eth",
"version": "0.2.96",
"version": "0.2.97",
"description": "DAppNode package responsible for managing the core packages",
"type": "dncore",
"architectures": ["linux/amd64", "linux/arm64"],
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"bind.dnp.dappnode.eth": "0.2.11",
"ipfs.dnp.dappnode.eth": "0.2.23",
"dappmanager.dnp.dappnode.eth": "0.2.90",
"dappmanager.dnp.dappnode.eth": "0.2.91",
"wifi.dnp.dappnode.eth": "0.2.9"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
core.dnp.dappnode.eth:
build: ./src
restart: "no"
image: core.dnp.dappnode.eth:0.2.96
image: core.dnp.dappnode.eth:0.2.97
container_name: DAppNodeCore-core.dnp.dappnode.eth
volumes:
- /etc:/etc
Expand Down
7 changes: 7 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,5 +375,12 @@
"https://api.ipfs.dappnode.io": "Tue, 30 Jul 2024 07:22:30 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.96&h=%2Fipfs%2FQmV1FXZLfGTMFsVHFaoEDUYj4f41rR7QiPA7HGetU3HPTF"
},
"0.2.97": {
"hash": "/ipfs/QmXZy2fHpGEnYg198pLZDwDUTESzFGTB5FnDHijvFeheJN",
"uploadedTo": {
"https://api.ipfs.dappnode.io": "Tue, 17 Sep 2024 17:28:58 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.97&h=%2Fipfs%2FQmXZy2fHpGEnYg198pLZDwDUTESzFGTB5FnDHijvFeheJN"
}
}

0 comments on commit b62f0e4

Please sign in to comment.