mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update docker image version
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
This commit is contained in:
parent
e5b898c08d
commit
a2f3a66f58
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ echo "======== PULL DOCKER IMAGES ========"
|
|||
REPO_URL=hyperledger-fabric.jfrog.io
|
||||
ORG_NAME="fabric"
|
||||
|
||||
VERSION=2.0.0
|
||||
VERSION=2.1
|
||||
ARCH="amd64"
|
||||
: ${STABLE_VERSION:=$VERSION-stable}
|
||||
STABLE_TAG=$ARCH-$STABLE_VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue