Skip to content

Commit 7194190

Browse files
committed
move to nodejs v6.2.2
fixes streams error nodejs/node#7160
1 parent 4a13ee1 commit 7194190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apt-get update \
3838
wget \
3939
&& rm -rf /var/lib/apt/lists/*
4040

41-
ENV NODE_VERSION 6.2.0
41+
ENV NODE_VERSION 6.2.2
4242
ENV NPM_VERSION 3.8.9
4343

4444
RUN curl -SL "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" | tar xz -C /usr/local --strip-components=1 \

0 commit comments

Comments
 (0)