Skip to content

Commit 3307260

Browse files
committed
update node and bids-validator
1 parent a1ff7f3 commit 3307260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ RUN apt-get install -y bc
2626
RUN apt-get install -y tar libgomp1 perl-modules
2727

2828
RUN apt-get install -y curl
29-
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
29+
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
3030
RUN apt-get install -y nodejs
31-
RUN npm install -g bids-validator
31+
RUN npm install -g bids-validator@0.19.8
3232

3333
ENV OS Linux
3434
ENV FS_OVERRIDE 0

0 commit comments

Comments
 (0)