From 01797fd766c13431e793bc3f74d5fb492ceb3701 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 10 Sep 2024 21:16:58 +0200 Subject: [PATCH] Pin bids-validator, try 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 375ed903..ad24aded 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.11 && \ +RUN npm install -g svgo@^3.2.0 bids-validator@1.14.10 && \ rm -r ~/.npm #