Skip to content

Commit 76dd284

Browse files
bump ipfs/kubo to v0.37.0
1 parent a6e2495 commit 76dd284

2 files changed

Lines changed: 4 additions & 4 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.24",
4-
"upstreamVersion": "v0.35.0",
3+
"version": "0.2.27",
4+
"upstreamVersion": "v0.37.0",
55
"description": "Dappnode package responsible for providing IPFS connectivity",
66
"type": "dncore",
77
"architectures": ["linux/amd64", "linux/arm64"],

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ services:
1212
build:
1313
context: src
1414
args:
15-
UPSTREAM_VERSION: v0.35.0
15+
UPSTREAM_VERSION: v0.37.0
1616
image: ipfs.dnp.dappnode.eth:0.2.20
1717
restart: unless-stopped
1818
volumes:
1919
- ipfsdnpdappnodeeth_export:/export
2020
- ipfsdnpdappnodeeth_data:/data/ipfs
2121
ports:
22-
- 4001:4001
22+
- "4001:4001"
2323
- 4002:4002/udp
2424
environment:
2525
- IPFS_PROFILE=server

0 commit comments

Comments
 (0)