From 32a4ea41b62e85c4d7353be107037c800ebcaa28 Mon Sep 17 00:00:00 2001 From: chandi Date: Mon, 13 Dec 2021 18:36:58 +0100 Subject: [PATCH] ep_redis_publisher: fix for issue after 1.8.16 update https://github.com/mconf/ep_redis_publisher/issues/3 --- mod/etherpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/etherpad/Dockerfile b/mod/etherpad/Dockerfile index a8d4ebc..79c7404 100644 --- a/mod/etherpad/Dockerfile +++ b/mod/etherpad/Dockerfile @@ -11,7 +11,7 @@ USER etherpad RUN npm install \ git+https://github.com/mconf/ep_cursortrace.git#v3.1.8 \ git+https://github.com/pedrobmarin/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d \ - git+https://github.com/pedrobmarin/ep_redis_publisher.git#ed7d8af49876757559ef9d7c8970665c08445d4b \ + git+https://github.com/pedrobmarin/ep_redis_publisher.git#1d903bf900dd53ebc5347f9583b6e240cf754d63 \ git+https://github.com/ether/ep_disable_chat.git#v0.0.3 \ git+https://github.com/ether/ep_sticky_attributes.git#v0.1.9 \ # remove npm lockfile, because somehow it prevents etherpad from detecting the manual added plugin ep_bigbluebutton_patches