Skip to content

Commit

Permalink
Upgrade to Fabric 2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Feb 7, 2024
1 parent 966766b commit b1c3e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/blockchain/fabric/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package fabric

var FabricToolsImageName = "hyperledger/fabric-tools:2.3"
var FabricToolsImageName = "hyperledger/fabric-tools:2.5"
var FabricCAImageName = "hyperledger/fabric-ca:1.5"
var FabricOrdererImageName = "hyperledger/fabric-orderer:2.3"
var FabricPeerImageName = "hyperledger/fabric-peer:2.3"
var FabricOrdererImageName = "hyperledger/fabric-orderer:2.5"
var FabricPeerImageName = "hyperledger/fabric-peer:2.5"
1 change: 1 addition & 0 deletions internal/blockchain/fabric/fabric_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func (p *FabricProvider) FirstTimeSetup() error {
"run",
"--platform", getDockerPlatform(),
"--rm",
"-e", "FABRIC_CFG_PATH=/etc/hyperledger/fabric/configtx.yaml",
"-v", fmt.Sprintf("%s:/etc/firefly", volumeName),
"-v", fmt.Sprintf("%s:/etc/hyperledger/fabric/configtx.yaml", path.Join(blockchainDirectory, "configtx.yaml")),
FabricToolsImageName,
Expand Down

0 comments on commit b1c3e57

Please sign in to comment.