Skip to content

Commit 79e15a0

Browse files
committed
FAB-10933 Update Baseimage version 0.4.10
0.4.10 version has debian/stretch to fix the s390x build failure. Change-Id: I9a85b74ded49698c3d668b8a49d9834e9fbc7cd6 Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
1 parent 678acc0 commit 79e15a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
BASE_VERSION = 1.2.0
4747
PREV_VERSION = 1.2.0-rc1
4848
CHAINTOOL_RELEASE=1.1.1
49-
BASEIMAGE_RELEASE=0.4.8
49+
BASEIMAGE_RELEASE=0.4.10
5050

5151
# Allow to build as a submodule setting the main project to
5252
# the PROJECT_NAME env variable, for example,

common/metadata/metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package metadata
99
// Variables defined by the Makefile and passed in with ldflags
1010
var Version string = "latest"
1111
var CommitSHA string = "development build"
12-
var BaseVersion string = "0.4.8"
12+
var BaseVersion string = "0.4.10"
1313
var BaseDockerLabel string = "org.hyperledger.fabric"
1414
var DockerNamespace string = "hyperledger"
1515
var BaseDockerNamespace string = "hyperledger"

0 commit comments

Comments
 (0)