Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration/lifecycle/testdata/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# SPDX-License-Identifier: Apache-2.0
#

version: '2'
version: '3'
services:
cli:
container_name: cli
image: hyperledger/fabric-tools:1.4
image: hyperledger/fabric-tools:2.5
tty: true
stdin_open: true
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
Expand Down