Skip to content

Commit e7aacac

Browse files
committed
PIN: Working bids-validator
1 parent 97b7cd8 commit e7aacac

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
@@ -119,7 +119,7 @@ RUN micromamba create -y -f /tmp/env.yml && \
119119
# Check if this is still necessary when updating the base image.
120120
ENV PATH="/opt/conda/envs/fmriprep/bin:$PATH" \
121121
UV_USE_IO_URING=0
122-
RUN npm install -g svgo@^3.2.0 bids-validator@^1.14.0 && \
122+
RUN npm install -g svgo@^3.2.0 [email protected].11 && \
123123
rm -r ~/.npm
124124

125125
#

0 commit comments

Comments
 (0)