We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa1a4b commit 68c16e8Copy full SHA for 68c16e8
src/init/index.ts
@@ -90,7 +90,7 @@ export default class InitGenerator extends Generator {
90
version: "0.0.1",
91
channel: "my-channel1",
92
lang: "ccaas",
93
- image: "hyperledger/fabric-ccaasenv:${FABRIC_CCAASENV_VERSION:-2.5}",
+ image: "ghcr.io/fablo-io/fablo-sample-kv-node-chaincode:2.2.0",
94
privateData: [],
95
};
96
fabloConfigJson = {
0 commit comments