From 935edfcf7fdb539453fc9fd508185ea512d43ff3 Mon Sep 17 00:00:00 2001 From: Timon Engelke Date: Sun, 14 Jul 2024 10:01:33 +0200 Subject: [PATCH] Update etherpad --- etherpad/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etherpad/Dockerfile b/etherpad/Dockerfile index 1fcff78..7343a84 100644 --- a/etherpad/Dockerfile +++ b/etherpad/Dockerfile @@ -1,6 +1,6 @@ -FROM node:12-buster +FROM node:20-alpine -ENV VERSION=1.8.18 +ENV VERSION=2.1.1 RUN mkdir -p /app/etherpad; \ wget -nv https://github.com/ether/etherpad-lite/archive/$VERSION.tar.gz -O- | tar -C /app/etherpad --strip-components=1 -xz