Skip to content

Commit

Permalink
update core packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Jan 31, 2025
1 parent 5fd67d3 commit 3d9d6c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 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.99",
"version": "0.2.103",
"description": "DAppNode package responsible for managing the core packages",
"type": "dncore",
"architectures": ["linux/amd64", "linux/arm64"],
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"bind.dnp.dappnode.eth": "0.2.11",
"ipfs.dnp.dappnode.eth": "0.2.23",
"dappmanager.dnp.dappnode.eth": "0.2.93",
"wifi.dnp.dappnode.eth": "0.2.9"
"dappmanager.dnp.dappnode.eth": "0.2.97",
"wifi.dnp.dappnode.eth": "0.2.11"
},
"optionalDependencies": {
"wireguard.dnp.dappnode.eth": "0.1.3",
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.99
image: core.dnp.dappnode.eth:0.2.103
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 @@ -396,5 +396,12 @@
"https://api.ipfs.dappnode.io": "Wed, 30 Oct 2024 16:19:48 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.99&h=%2Fipfs%2FQmWCeX9DETEqYzsqusvMM9GRnkVb3X8JF3S8pKxsfCzFH5"
},
"0.2.103": {
"hash": "/ipfs/QmdzQpv3MwEoEDTasQAAUs1TsCBZS4hC8cEKENtujtejpK",
"uploadedTo": {
"https://api.ipfs.dappnode.io": "Fri, 31 Jan 2025 11:00:11 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.103&h=%2Fipfs%2FQmdzQpv3MwEoEDTasQAAUs1TsCBZS4hC8cEKENtujtejpK"
}
}

0 comments on commit 3d9d6c3

Please sign in to comment.