Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update core packages versions #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.99",
"version": "0.2.100",
"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.93",
"dappmanager.dnp.dappnode.eth": "0.2.94",
"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.99
image: core.dnp.dappnode.eth:0.2.100
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.100": {
"hash": "/ipfs/QmSQgS8eCtQawxV6utW4zJZS7YKBHUywnK4ZMbrrBL5jxc",
"uploadedTo": {
"https://api.ipfs.dappnode.io": "Mon, 11 Nov 2024 16:05:13 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.100&h=%2Fipfs%2FQmSQgS8eCtQawxV6utW4zJZS7YKBHUywnK4ZMbrrBL5jxc"
}
}