Merge "Upgrade etherpad to v2.2.7"

This commit is contained in:
Zuul 2025-01-29 18:20:29 +00:00 committed by Gerrit Code Review
commit e992e5a747

@ -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