Skip to content

Commit d73db7a

Browse files
bump ipfs/kubo to v0.28.0
1 parent d35a97d commit d73db7a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ipfs.dnp.dappnode.eth",
33
"version": "0.2.23",
4-
"upstreamVersion": "v0.27.0",
4+
"upstreamVersion": "v0.28.0",
55
"description": "Dappnode package responsible for providing IPFS connectivity",
66
"type": "dncore",
77
"architectures": ["linux/amd64", "linux/arm64"],

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ services:
1212
build:
1313
context: ./src
1414
args:
15-
UPSTREAM_VERSION: v0.27.0
16-
image: "ipfs.dnp.dappnode.eth:0.2.20"
15+
UPSTREAM_VERSION: v0.28.0
16+
image: ipfs.dnp.dappnode.eth:0.2.20
1717
restart: unless-stopped
1818
volumes:
19-
- "ipfsdnpdappnodeeth_export:/export"
20-
- "ipfsdnpdappnodeeth_data:/data/ipfs"
19+
- ipfsdnpdappnodeeth_export:/export
20+
- ipfsdnpdappnodeeth_data:/data/ipfs
2121
ports:
2222
- "4001:4001"
23-
- "4002:4002/udp"
23+
- 4002:4002/udp
2424
environment:
2525
- EXTRA_OPTS
2626
- DATASTORE_STORAGEMAX=50GB
@@ -33,7 +33,7 @@ services:
3333
- SWARM_CONNMGR_HIGHWATER=900
3434
- SWARM_CONNMGR_GRACEPERIOD=20s
3535
security_opt:
36-
- "seccomp:unconfined"
36+
- seccomp:unconfined
3737
networks:
3838
dncore_network:
3939
aliases:

0 commit comments

Comments
 (0)