From b0f4ecc13ab591e1eae8a585127b8a180a1d13d4 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 19 Jan 2021 16:03:35 +0100 Subject: [PATCH] Bump nodejs version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3eb0c01..4868fb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Stable version of etherpad doesn't support npm 2 -FROM node:12-slim +FROM node:14-slim MAINTAINER Glenn Y. Rolland ENV ETHERPAD_VERSION 1.8.7