Skip to content

Commit

Permalink
[FAB-12042] update baseimage to 0.4.12
Browse files Browse the repository at this point in the history
Change-Id: Ic298c3f24bb0b2c21e0f43094489ceba4bfa0657
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Sep 18, 2018
1 parent b05dd81 commit e668bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -47,7 +47,7 @@
BASE_VERSION = 1.3.0
PREV_VERSION = 1.2.0
CHAINTOOL_RELEASE=1.1.1
BASEIMAGE_RELEASE=0.4.11
BASEIMAGE_RELEASE=0.4.12

# Allow to build as a submodule setting the main project to
# the PROJECT_NAME env variable, for example,
Expand Down
2 changes: 1 addition & 1 deletion common/metadata/metadata.go
Expand Up @@ -9,7 +9,7 @@ package metadata
// Variables defined by the Makefile and passed in with ldflags
var Version string = "latest"
var CommitSHA string = "development build"
var BaseVersion string = "0.4.11"
var BaseVersion string = "0.4.12"
var BaseDockerLabel string = "org.hyperledger.fabric"
var DockerNamespace string = "hyperledger"
var BaseDockerNamespace string = "hyperledger"
Expand Down

0 comments on commit e668bb3

Please sign in to comment.