Skip to content

Commit

Permalink
Use fabconnect image version in manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
  • Loading branch information
nguyer committed Feb 22, 2022
1 parent 2f5699f commit 294028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/blockchain/fabric/fabric_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (p *FabricProvider) getFabconnectServiceDefinitions(members []*types.Member
serviceDefinitions[i] = &docker.ServiceDefinition{
ServiceName: "fabconnect_" + member.ID,
Service: &docker.Service{
Image: "ghcr.io/hyperledger/firefly-fabconnect:latest",
Image: p.Stack.VersionManifest.Fabconnect.GetDockerImageString(),
ContainerName: fmt.Sprintf("%s_fabconnect_%s", p.Stack.Name, member.ID),
Command: "-f /fabconnect/fabconnect.yaml",
DependsOn: map[string]map[string]string{
Expand Down

0 comments on commit 294028c

Please sign in to comment.