Skip to content

Commit

Permalink
DKR: Pin validator to working version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Sep 17, 2024
1 parent b65fcba commit 92b434e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN micromamba create -y -f /tmp/env.yml && \
micromamba clean -y -a

ENV PATH="/opt/conda/envs/nibabies/bin:$PATH"
RUN npm install -g svgo@^3.2.0 bids-validator@^1.14.0 && \
RUN npm install -g svgo@^3.2.0 [email protected].10 && \
rm -r ~/.npm

# Main container
Expand Down

0 comments on commit 92b434e

Please sign in to comment.