Skip to content

Commit

Permalink
fix(Dockerfile): update nodejs to 18 as bids-validator failed to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier authored Oct 31, 2023
1 parent 75e976a commit c4d6aac
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 @@ -59,7 +59,7 @@ ARG BIDSVALIDATOR_BRANCH=dev-hip

# Clone and install the latest version of a specific branch of bids-manager
ADD https://api.github.com/repos/HIP-infrastructure/bids-validator/git/refs/heads/$BIDSVALIDATOR_BRANCH version.json
RUN apt-get update && curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
RUN apt-get update && curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get update && apt-get install --no-install-recommends -y \
git nodejs && \
mkdir -p bids-validator/install && \
Expand Down

0 comments on commit c4d6aac

Please sign in to comment.