From f3c0592c52c50190105f2970b113333df44c1cca Mon Sep 17 00:00:00 2001 From: heatherlp Date: Tue, 31 Mar 2020 11:46:36 +0100 Subject: [PATCH] Use two version numbers for fabric docker image pull Signed-off-by: heatherlp --- tools/getEdgeDocker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/getEdgeDocker.sh b/tools/getEdgeDocker.sh index a7359e38..56cd5a1d 100755 --- a/tools/getEdgeDocker.sh +++ b/tools/getEdgeDocker.sh @@ -10,8 +10,8 @@ echo "Fetching images from Artifactory" ARTIFACTORY_URL=hyperledger-fabric.jfrog.io ORG_NAME="hyperledger" -VERSION=2.0.0 -CA_VERSION=1.4.4 +VERSION=2.1 +CA_VERSION=1.4 ARCH="amd64" MASTER_TAG=$ARCH-master