From b5d32d39cd6223f4b7b5281a34dc4c07fb6ab36c Mon Sep 17 00:00:00 2001
From: Jeremy Stanley <fungi@yuggoth.org>
Date: Wed, 1 Nov 2023 18:52:19 +0000
Subject: [PATCH] Upgrade Etherpad to 1.9.4

The changelogs can be found here:

https://github.com/ether/etherpad-lite/blob/v1.9.3/CHANGELOG.md#193
https://github.com/ether/etherpad-lite/blob/v1.9.4/CHANGELOG.md#194

There doesn't appear to be anything relevant to our deployment in
these updates other than bug fixes and library version increases,
but upgrading now will reduce future deltas.

Change-Id: Ic1629bf8cb140c33a641e1c613d43e8a9d4d0f1e
---
 docker/etherpad/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/etherpad/Dockerfile b/docker/etherpad/Dockerfile
index ec046ff05d..9e0f070582 100644
--- a/docker/etherpad/Dockerfile
+++ b/docker/etherpad/Dockerfile
@@ -101,7 +101,7 @@ USER etherpad
 
 RUN git clone https://github.com/ether/etherpad-lite ${EP_DIR}
 WORKDIR "${EP_DIR}"
-RUN git checkout v1.9.2
+RUN git checkout v1.9.4
 
 # Plugins must be installed before installing Etherpad's dependencies, otherwise
 # npm will try to hoist common dependencies by removing them from