update the images tag to 0.8.4
parent
bd3897b799
commit
19737c8672
|
@ -25,7 +25,7 @@ Pull necessary images of peer, orderer, ca, and base image.
|
|||
$ ARCH=x86_64
|
||||
$ BASE_VERSION=1.0.0-preview
|
||||
$ PROJECT_VERSION=1.0.0-preview
|
||||
$ IMG_VERSION=0.8.3
|
||||
$ IMG_VERSION=0.8.4
|
||||
$ docker pull yeasy/hyperledger-fabric-base:$IMG_VERSION \
|
||||
&& docker pull yeasy/hyperledger-fabric-peer:$IMG_VERSION \
|
||||
&& docker pull yeasy/hyperledger-fabric-orderer:$IMG_VERSION \
|
||||
|
|
|
@ -22,7 +22,7 @@ docker-compose --version
|
|||
$ ARCH=x86_64
|
||||
$ BASE_VERSION=1.0.0-preview
|
||||
$ PROJECT_VERSION=1.0.0-preview
|
||||
$ IMG_VERSION=0.8.3
|
||||
$ IMG_VERSION=0.8.4
|
||||
$ docker pull yeasy/hyperledger-fabric-base:$IMG_VERSION \
|
||||
&& docker pull yeasy/hyperledger-fabric-peer:$IMG_VERSION \
|
||||
&& docker pull yeasy/hyperledger-fabric-orderer:$IMG_VERSION \
|
||||
|
|
Loading…
Reference in New Issue