Skip to content

Commit a9ae6e7

Browse files
committed
Upgrade golang 1.6 to 1.7 in chaincode examples
Fix #FAB-1368. Change-Id: Iffb824f8caa3234fba8de45066160e715ac568bc Signed-off-by: Baohua Yang <[email protected]>
1 parent dcaa22b commit a9ae6e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/chaincode/go/asset_management02/asset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ peer:
195195
networkId: dev
196196

197197
Dockerfile: |
198-
from golang:1.6
198+
from golang:1.7
199199
# Install RocksDB
200200
RUN cd /opt && git clone --branch v4.1 --single-branch --depth 1 https://github.com/facebook/rocksdb.git && cd rocksdb
201201
WORKDIR /opt/rocksdb
@@ -392,7 +392,7 @@ chaincode:
392392
# This is the basis for the Golang Dockerfile. Additional commands will
393393
# be appended depedendent upon the chaincode specification.
394394
Dockerfile: |
395-
from golang:1.6
395+
from golang:1.7
396396
COPY src $GOPATH/src
397397
WORKDIR $GOPATH
398398

examples/chaincode/go/asset_management_with_roles/asset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ peer:
173173
networkId: dev
174174

175175
Dockerfile: |
176-
from golang:1.6
176+
from golang:1.7
177177
# Install RocksDB
178178
RUN cd /opt && git clone --branch v4.1 --single-branch --depth 1 https://github.com/facebook/rocksdb.git && cd rocksdb
179179
WORKDIR /opt/rocksdb
@@ -367,7 +367,7 @@ chaincode:
367367
# This is the basis for the Golang Dockerfile. Additional commands will
368368
# be appended depedendent upon the chaincode specification.
369369
Dockerfile: |
370-
from golang:1.6
370+
from golang:1.7
371371
COPY src $GOPATH/src
372372
WORKDIR $GOPATH
373373

0 commit comments

Comments
 (0)