From 67328423b9b28a957f3446f79b778331b1049d70 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 10 Jun 2021 14:36:32 +0200 Subject: [PATCH] Downgrade node version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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