Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Fix ipfs-test-network image to working version #576

Merged
merged 1 commit into from Mar 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/docker-compose.yaml
Expand Up @@ -3,7 +3,7 @@ version: '3'

services:
ipfs-test-network:
image: gcr.io/opensourcecoin/ipfs-test-network
image: gcr.io/opensourcecoin/ipfs-test-network@sha256:2f6738237b3859593b2c83084a79bd642b5e61662a28dc34a2c92f687c53a4d1
ports:
- "19301:5001"
command:
Expand Down