Skip to content

Commit

Permalink
Merge pull request #25 from mynaparrot/renovate/etherpad-etherpad-2.x
Browse files Browse the repository at this point in the history
chore(deps): update etherpad/etherpad docker tag to v2
  • Loading branch information
jibon57 authored Mar 19, 2024
2 parents efa908f + 5bbf1d8 commit 994a1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM etherpad/etherpad:1.9.7
FROM etherpad/etherpad:2.0.1

ARG ETHERPAD_PLUGINS="ep_sticky_attributes ep_themes"

Expand All @@ -7,7 +7,7 @@ RUN apk update && \
apk add --no-cache libreoffice libreoffice-common && \
rm -rf /var/cache/apk/*

RUN npm install --package-lock-only --no-save --legacy-peer-deps -C src ${ETHERPAD_PLUGINS} && \
rm -rf ~/.npm
RUN bin/installDeps.sh && rm -rf ~/.npm && pnpm run install-plugins ${ETHERPAD_PLUGINS}
RUN chown etherpad:etherpad -R .

USER etherpad

0 comments on commit 994a1f4

Please sign in to comment.