From 893696f84b41deffe1b42aa4859f2180658e37d0 Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Tue, 5 Sep 2023 09:28:32 -0400 Subject: [PATCH] Update bootstrap script for v3 Update old bootstrap.sh script to match the newer install-fabric.sh script. Signed-off-by: David Enyeart --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 0447efa6656..45458d5a11a 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -120,7 +120,7 @@ pullDockerImages() { if [ "${NODOCKER}" == 0 ]; then FABRIC_IMAGES=(peer orderer ccenv tools) case "$VERSION" in - 2.*) + [2-3].*) FABRIC_IMAGES+=(baseos) shift ;;