diff --git a/Dockerfile b/Dockerfile index d0a361dac..77539f637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh && \ # Node ENV NVM_DIR /usr/local/nvm -ENV NODE_VERSION 16.13.2 +ENV NODE_VERSION 18.20.5 RUN mkdir -p $NVM_DIR && \ curl --silent -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \