diff --git a/Dockerfile b/Dockerfile index fd27722..45aba11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Stable version of etherpad doesn't support npm 2 -FROM node:14-slim +FROM node:12 MAINTAINER Glenn Y. Rolland ENV ETHERPAD_VERSION 1.8.13