Skip to content

Commit

Permalink
update core packages versions (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: pablomendezroyo <pablomendezroyo@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pablomendezroyo authored Oct 2, 2023
1 parent 2744cfc commit 2c962b4
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.78",
"version": "0.2.80",
"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.6",
"ipfs.dnp.dappnode.eth": "0.2.21",
"dappmanager.dnp.dappnode.eth": "0.2.73",
"dappmanager.dnp.dappnode.eth": "0.2.74",
"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.78"
image: "core.dnp.dappnode.eth:0.2.80"
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 @@ -284,5 +284,12 @@
"http://api.ipfs.dappnode.io:5001": "Mon, 11 Sep 2023 08:52:07 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.78&h=%2Fipfs%2FQmZeZQHDvUM2p5imvhQRXmBVVduxrSTAYuv92wUMqbQp2c"
},
"0.2.80": {
"hash": "/ipfs/Qmc5YRMTFwkBMdnjmG4TE5Q3NJWiRnAx9LkgRwtUmpMAUe",
"uploadedTo": {
"http://api.ipfs.dappnode.io:5001": "Mon, 02 Oct 2023 07:19:38 GMT"
},
"link": "https://dappnode.github.io/sdk-publish/?r=core.dnp.dappnode.eth&v=0.2.80&h=%2Fipfs%2FQmc5YRMTFwkBMdnjmG4TE5Q3NJWiRnAx9LkgRwtUmpMAUe"
}
}

0 comments on commit 2c962b4

Please sign in to comment.