Commit a9ae6e7 1 parent dcaa22b commit a9ae6e7 Copy full SHA for a9ae6e7
File tree 2 files changed +4
-4
lines changed
asset_management_with_roles
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ peer:
195
195
networkId : dev
196
196
197
197
Dockerfile : |
198
- from golang:1.6
198
+ from golang:1.7
199
199
# Install RocksDB
200
200
RUN cd /opt && git clone --branch v4.1 --single-branch --depth 1 https://github.com/facebook/rocksdb.git && cd rocksdb
201
201
WORKDIR /opt/rocksdb
@@ -392,7 +392,7 @@ chaincode:
392
392
# This is the basis for the Golang Dockerfile. Additional commands will
393
393
# be appended depedendent upon the chaincode specification.
394
394
Dockerfile : |
395
- from golang:1.6
395
+ from golang:1.7
396
396
COPY src $GOPATH/src
397
397
WORKDIR $GOPATH
398
398
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ peer:
173
173
networkId : dev
174
174
175
175
Dockerfile : |
176
- from golang:1.6
176
+ from golang:1.7
177
177
# Install RocksDB
178
178
RUN cd /opt && git clone --branch v4.1 --single-branch --depth 1 https://github.com/facebook/rocksdb.git && cd rocksdb
179
179
WORKDIR /opt/rocksdb
@@ -367,7 +367,7 @@ chaincode:
367
367
# This is the basis for the Golang Dockerfile. Additional commands will
368
368
# be appended depedendent upon the chaincode specification.
369
369
Dockerfile : |
370
- from golang:1.6
370
+ from golang:1.7
371
371
COPY src $GOPATH/src
372
372
WORKDIR $GOPATH
373
373
You can’t perform that action at this time.
0 commit comments