mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 16:15:09 +00:00
[FAB-8518] Missing IMAGE_TAG on fabric-tools
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>
This commit is contained in:
parent
3c5b4bdab7
commit
6942854940
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue