Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Update ipfs/go-ipfs Docker tag to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 72110fa commit 83fe99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ipfs:
image: ipfs/go-ipfs:v0.22.0
image: ipfs/go-ipfs:v0.25.0
environment:
- |
IPFS_SWARM_KEY=/key/swarm/psk/1.0.0/
Expand All @@ -12,7 +12,7 @@ services:
- 8080:8080
- 5001:5001
ipfs-2:
image: ipfs/go-ipfs:v0.22.0
image: ipfs/go-ipfs:v0.25.0
environment:
- |
IPFS_SWARM_KEY=/key/swarm/psk/1.0.0/
Expand Down

0 comments on commit 83fe99b

Please sign in to comment.