From 209d74a922cea860f51ba20778e81874c4028384 Mon Sep 17 00:00:00 2001 From: Tobias Klein Date: Fri, 21 Jun 2024 21:11:52 +0200 Subject: [PATCH] Use node 16.16.0 --- docker/Ubuntu2404_Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Ubuntu2404_Dockerfile b/docker/Ubuntu2404_Dockerfile index e5f99b4..db11775 100644 --- a/docker/Ubuntu2404_Dockerfile +++ b/docker/Ubuntu2404_Dockerfile @@ -19,8 +19,8 @@ RUN apt-get install -y libfuse2 wget RUN apt-get install -y curl python3-software-properties RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash -# Install node 14.17.5 -RUN export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 14.17.5 && \ +# Install node 16.16.0 +RUN export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install 16.16.0 && \ npm install -g electron-packager electron-installer-debian RUN apt-get install -y unzip