diff --git a/Dockerfile b/Dockerfile index 163c74f4..375ed903 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 bids-validator@1.14.11 && \ rm -r ~/.npm #