Skip to content

Commit 68c16e8

Browse files
authored
Fix: Update chaincode image for init CCaaS command (hyperledger-labs#634)
1 parent 1aa1a4b commit 68c16e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default class InitGenerator extends Generator {
9090
version: "0.0.1",
9191
channel: "my-channel1",
9292
lang: "ccaas",
93-
image: "hyperledger/fabric-ccaasenv:${FABRIC_CCAASENV_VERSION:-2.5}",
93+
image: "ghcr.io/fablo-io/fablo-sample-kv-node-chaincode:2.2.0",
9494
privateData: [],
9595
};
9696
fabloConfigJson = {

0 commit comments

Comments
 (0)