From 48d8f2710135dafde3e5a5aae85f93d258739a40 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 24 Feb 2022 09:09:51 -0800 Subject: [PATCH] Update Etherpad to 1.8.17 This brings bug fixes and performance improvements. Change-Id: I9df00f68ea4062f318affc7cb73f5a20d2db46d8 --- docker/etherpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/etherpad/Dockerfile b/docker/etherpad/Dockerfile index 20dd7d1d6e..6586b50dea 100644 --- a/docker/etherpad/Dockerfile +++ b/docker/etherpad/Dockerfile @@ -93,7 +93,7 @@ USER etherpad RUN git clone https://github.com/ether/etherpad-lite ${EP_DIR} WORKDIR "${EP_DIR}" -RUN git checkout 1.8.16 +RUN git checkout 1.8.17 # Plugins must be installed before installing Etherpad's dependencies, otherwise # npm will try to hoist common dependencies by removing them from