[etherpad-web/oscp-backend] Switch back to node 12



commit b1a6080808dbceb627269e3cccfc6d63971504c5
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed May 13 10:29:15 2020 +0200

    Switch back to node 12

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 02cf6f1..29c52b9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM centos/nodejs-10-centos7
+FROM centos/nodejs-12-centos7
 ARG ETHERPAD_VERSION="1.8.3"
 
 USER root
@@ -18,7 +18,7 @@ RUN curl -L -o /tmp/etherpad.tar  https://github.com/ether/etherpad-lite/tarball
 WORKDIR /opt/etherpad
 
 # Install a few default plugins:
-SHELL ["/usr/bin/scl", "enable", "rh-nodejs10"]
+SHELL ["/usr/bin/scl", "enable", "rh-nodejs12"]
 RUN npm install
 RUN npm install ep_adminpads \
     ep_align \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]