Skip to content

Commit

Permalink
Pin npm to latest-6 for compatibility with node 8
Browse files Browse the repository at this point in the history
See npm/cli#2599

Signed-off-by: Matthew Sykes <[email protected]>
  • Loading branch information
sykesm authored and lindluni committed Feb 3, 2021
1 parent 7d1ee82 commit a7e659d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ccenv/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#
FROM _BASE_NS_/fabric-baseimage:_BASE_TAG_
RUN npm install -g npm@latest
RUN npm install -g npm@latest-6
COPY payload/chaintool payload/protoc-gen-go /usr/local/bin/
ADD payload/goshim.tar.bz2 $GOPATH/src/
RUN mkdir -p /chaincode/input /chaincode/output

0 comments on commit a7e659d

Please sign in to comment.