Skip to content

Commit 98c56c7

Browse files
bump ipfs/kubo to v0.39.0 (#157)
Co-authored-by: pablomendezroyo <pablomendezroyo@users.noreply.github.com>
1 parent 8975923 commit 98c56c7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dappnode_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ipfs.dnp.dappnode.eth",
3-
"version": "0.2.27",
4-
"upstreamVersion": "v0.37.0",
3+
"version": "0.2.28",
4+
"upstreamVersion": "v0.39.0",
55
"description": "Dappnode package responsible for providing IPFS connectivity",
66
"type": "dncore",
77
"architectures": ["linux/amd64", "linux/arm64"],

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
build:
1313
context: src
1414
args:
15-
UPSTREAM_VERSION: v0.37.0
15+
UPSTREAM_VERSION: v0.39.0
1616
image: ipfs.dnp.dappnode.eth:0.2.20
1717
restart: unless-stopped
1818
volumes:

0 commit comments

Comments
 (0)