Skip to content

Commit

Permalink
[FAB-8518] Missing IMAGE_TAG on fabric-tools
Browse files Browse the repository at this point in the history
The compose files were edited to add IMAGE_TAG, but fabric-tools was
skipped.

Change-Id: I3bf4d0570a1711b8845c92560dc4c6278db5a186
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Feb 25, 2018
1 parent 3c5b4bd commit 6942854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-network/docker-compose-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:

cli:
container_name: cli
image: hyperledger/fabric-tools
image: hyperledger/fabric-tools:$IMAGE_TAG
tty: true
environment:
- GOPATH=/opt/gopath
Expand Down

0 comments on commit 6942854

Please sign in to comment.