mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 09:35:10 +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
|
REPO_URL=hyperledger-fabric.jfrog.io
|
||||||
ORG_NAME="fabric"
|
ORG_NAME="fabric"
|
||||||
|
|
||||||
VERSION=2.0.0
|
VERSION=2.1
|
||||||
ARCH="amd64"
|
ARCH="amd64"
|
||||||
: ${STABLE_VERSION:=$VERSION-stable}
|
: ${STABLE_VERSION:=$VERSION-stable}
|
||||||
STABLE_TAG=$ARCH-$STABLE_VERSION
|
STABLE_TAG=$ARCH-$STABLE_VERSION
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue