From 03f6bbf1a09a73854310488fe29eca668c61d0b3 Mon Sep 17 00:00:00 2001 From: vijaypunugubati Date: Wed, 23 Oct 2019 11:55:37 -0400 Subject: [PATCH] FAB-16778 Update baseimage ver to 0.4.16 Signed-off-by: vijaypunugubati Change-Id: Id4ca4fd58ab4434930ddb938266bb392ef48b7b8 --- ci.properties | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci.properties b/ci.properties index 618d9379db..b6301a16a6 100644 --- a/ci.properties +++ b/ci.properties @@ -6,10 +6,10 @@ FAB_IMAGES_LIST=ca peer orderer ccenv baseos nodeenv javaenv # Set base version from related fabric branch FAB_BASE_VERSION=2.0.0 # Set base image version from related fabric branch -FAB_BASEIMAGE_VERSION=0.4.15 +FAB_BASEIMAGE_VERSION=0.4.16 # Pull below list of images from Hyperledger DockerHub FAB_THIRDPARTY_IMAGES_LIST=couchdb # Set related rocketChat channel name. Default: jenkins-robot CHANNEL_NAME=jenkins-robot # Set compaitable go version -GO_VER=1.11.5 +GO_VER=1.12.5 diff --git a/package.json b/package.json index 1bb4fb7782..3d5ef1be69 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fabric-sdk-node", "version": "2.0.0-snapshot", "testFabricVersion": "master", - "testFabricThirdParty": "0.4.15", + "testFabricThirdParty": "0.4.16", "docsLatestVersion": "release-1.4", "main": "index.js", "repository": {