From 2a0fd7e8f624e056b8f11d9be105198fb5556f9c Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 12 Jan 2023 10:26:55 +0000 Subject: [PATCH] use node 16 --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 1df0c372..9562f778 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -33,7 +33,7 @@ RUN yum -y install gcc-c++ # ant for iviewer, make for nodejs RUN yum -y install ant make RUN yum -y install openssl-devel bzip2-devel expat-devel -RUN curl -sL https://rpm.nodesource.com/setup_12.x | bash +RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash RUN yum install -y nodejs # grunt for figure RUN npm install -g grunt