Skip to content

Commit

Permalink
Update CA version to v1.5 (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Mar 9, 2023
1 parent 2b00586 commit 733bb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pull-fabric-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

# FABRIC_VERSION is overridden by CI pipeline
FABRIC_VERSION=${FABRIC_VERSION:-2.2}
CA_VERSION=${CA_VERSION:-1.4}
CA_VERSION=${CA_VERSION:-1.5}

for image in peer orderer tools ccenv baseos javaenv nodeenv; do
docker pull -q "hyperledger/fabric-${image}:${FABRIC_VERSION}"
Expand Down

0 comments on commit 733bb5d

Please sign in to comment.