Skip to content

Commit

Permalink
PIN: Working bids-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 10, 2024
1 parent 97b7cd8 commit e7aacac
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 @@ -119,7 +119,7 @@ RUN micromamba create -y -f /tmp/env.yml && \
# Check if this is still necessary when updating the base image.
ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH" \
UV_USE_IO_URING=0
RUN npm install -g svgo@^3.2.0 bids-validator@^1.14.0 && \
RUN npm install -g svgo@^3.2.0 [email protected].11 && \
rm -r ~/.npm

#
Expand Down

0 comments on commit e7aacac

Please sign in to comment.