Use 0.8.9 images
parent
2154f16c2d
commit
3833da609c
|
@ -29,7 +29,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.8
|
||||
$ IMG_VERSION=0.8.9
|
||||
$ 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.8
|
||||
IMG_VERSION=0.8.9
|
||||
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