diff --git a/docker/etherpad/Dockerfile b/docker/etherpad/Dockerfile index b228e34e9e..c48817553a 100644 --- a/docker/etherpad/Dockerfile +++ b/docker/etherpad/Dockerfile @@ -42,7 +42,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \ rm -rf /var/lib/apt/lists/* RUN npm install -g pnpm@9.0.4 RUN git clone https://github.com/ether/etherpad-lite ${EP_DIR} -RUN git checkout v2.2.6 +RUN git checkout v2.2.7 RUN pnpm install RUN pnpm run build:ui @@ -149,7 +149,7 @@ USER etherpad RUN git clone https://github.com/ether/etherpad-lite ${EP_DIR} WORKDIR "${EP_DIR}" -RUN git checkout v2.2.6 +RUN git checkout v2.2.7 FROM build AS development ARG ETHERPAD_PLUGINS