Skip to content

Commit

Permalink
Use two version numbers for fabric docker image pull
Browse files Browse the repository at this point in the history
Signed-off-by: heatherlp <heatherpollard0@gmail.com>
  • Loading branch information
heatherlp committed Mar 31, 2020
1 parent e919284 commit f3c0592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/getEdgeDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f3c0592

Please sign in to comment.