Skip to content

Commit 24fae7e

Browse files
authored
Merge pull request #1498 from poldracklab/enh/bids-validator113
[FIX] Updating bids-validator to 1.1.3
2 parents 4282770 + 5c0b934 commit 24fae7e

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
@@ -104,7 +104,7 @@ RUN apt-get install -y nodejs
104104
RUN npm install -g svgo
105105

106106
# Installing bids-validator
107-
RUN npm install -g [email protected].0
107+
RUN npm install -g [email protected].3
108108

109109
# Installing and setting up ICA_AROMA
110110
RUN mkdir -p /opt/ICA-AROMA && \

0 commit comments

Comments
 (0)