Skip to content

Commit

Permalink
Chore: bump Kubo to 0.23.0 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans authored Nov 2, 2023
1 parent 8b53429 commit 9732aa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

ipfs:
restart: always
image: ipfs/kubo:v0.15.0
image: ipfs/kubo:v0.23.0
ports:
- "4001:4001"
- "4001:4001/udp"
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:

ipfs:
restart: always
image: ipfs/kubo:v0.15.0
image: ipfs/kubo:v0.23.0
ports:
- "4001:4001"
- "4001:4001/udp"
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:

ipfs:
restart: always
image: ipfs/kubo:v0.15.0
image: ipfs/kubo:v0.23.0
ports:
- "4001:4001"
- "4001:4001/udp"
Expand Down

0 comments on commit 9732aa5

Please sign in to comment.