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