Skip to content

Commit

Permalink
Merge pull request #133 from dappnode/update-versions
Browse files Browse the repository at this point in the history
update core packages versions
  • Loading branch information
pablomendezroyo authored Jul 26, 2023
2 parents 7e9242a + a77d1f0 commit f0cd28d
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.74",
"version": "0.2.75",
"description": "DAppNode package responsible for manage the core packages",
"type": "dncore",
"architectures": ["linux/amd64", "linux/arm64"],
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"bind.dnp.dappnode.eth": "0.2.6",
"ipfs.dnp.dappnode.eth": "0.2.19",
"dappmanager.dnp.dappnode.eth": "0.2.69",
"dappmanager.dnp.dappnode.eth": "0.2.70",
"wifi.dnp.dappnode.eth": "0.2.8"
},
"runOrder": [
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.74"
image: "core.dnp.dappnode.eth:0.2.75"
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 @@ -256,5 +256,12 @@
"http://api.ipfs.dappnode.io:5001": "Mon, 10 Jul 2023 10:43:28 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.74&h=%2Fipfs%2FQmPYfTy7AtLLa3AHzcuJmodtCfReHwg9ns66ThAEuUhh5T"
},
"0.2.75": {
"hash": "/ipfs/QmeVgdDzGVriNtTZDRxRBLBJ1yKHzvQXaLx4fNiy8zcEdD",
"uploadedTo": {
"http://api.ipfs.dappnode.io:5001": "Tue, 11 Jul 2023 14:46:28 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.75&h=%2Fipfs%2FQmeVgdDzGVriNtTZDRxRBLBJ1yKHzvQXaLx4fNiy8zcEdD"
}
}

0 comments on commit f0cd28d

Please sign in to comment.