Skip to content

Commit

Permalink
hyperledger fabric tools -> 2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoMotsumi committed Sep 24, 2024
1 parent 582d368 commit b6daf4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hyperledger-fabric/tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: build
APP_VERSION := 2.5.0
APP_VERSION := 2.5.10

build: package tag

Expand Down
1 change: 1 addition & 0 deletions hyperledger-fabric/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ docker pull nimbostack/hyperledger-fabric-tools:2.5.0
NimboStack Hyperledger Fabric Tools images are available starting from version 2.5.0. Supported tags include:

- `2.5.0`
- `2.5.10`

## Issues

Expand Down
4 changes: 2 additions & 2 deletions hyperledger-fabric/tools/apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ environment:
annotations:
org.opencontainers.image.authors: Nimbostack
org.opencontainers.image.title: "hyperledger-fabric-tools"
org.hyperledger.fabric.version: "2.5.0"
org.hyperledger.fabric.version: "2.5.10"
org.opencontainers.image.base.name: "wolfi"
org.opencontainers.image.description: "Hyperledger Fabric Tools application packaged by Nimbostack"
org.opencontainers.image.licenses: "Apache-2.0"
org.opencontainers.image.vendor: "Nimbostack"
org.opencontainers.image.version: "2.5.0"
org.opencontainers.image.version: "2.5.10"
org.opencontainers.image.source: "github.com/Nimbostack/blockstax-containers/tree/main/hyperledger-fabric/tools"
org.opencontainers.image.documentation: "github.com/Nimbostack/blockstax-containers/tree/main/hyperledger-fabric/tools/README.md"
org.opencontainers.image.ref.name: hyperledger-fabric-tools
2 changes: 1 addition & 1 deletion hyperledger-fabric/tools/melange.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: hyperledger-fabric-tools
version: 2.5.0
version: 2.5.10
epoch: 0
description: A package for Hyperledger Fabric Tools
target-architecture: [x86_64, aarch64]
Expand Down

0 comments on commit b6daf4b

Please sign in to comment.