From a53dcc8a7d78aa0b5805de9d659d34e4aa612f60 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 7 Feb 2024 09:34:46 -0800 Subject: [PATCH] Update etherpad to 1.9.7 This change updates etherpad to version 1.9.7 from 1.9.6. The changelog [0] is minimal, but does indicate there are changes to plugin installations. Looking at the upstream Dockerfile, which we based our Dockerfile on, there are no changes between 1.9.6 and 1.9.7 implying this plugin installation update is transparent to us. That said we should hold a node and test that our plugins are working as expected. [0] https://github.com/ether/etherpad-lite/blob/v1.9.7/CHANGELOG.md Change-Id: Ie708299fae39549f048f37938daa60668189be67 --- docker/etherpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/etherpad/Dockerfile b/docker/etherpad/Dockerfile index aaf7b31c88..fec5df5d70 100644 --- a/docker/etherpad/Dockerfile +++ b/docker/etherpad/Dockerfile @@ -102,7 +102,7 @@ USER etherpad RUN git clone https://github.com/ether/etherpad-lite ${EP_DIR} WORKDIR "${EP_DIR}" -RUN git checkout v1.9.6 +RUN git checkout v1.9.7 # Plugins must be installed before installing Etherpad's dependencies, otherwise # npm will try to hoist common dependencies by removing them from