Skip to content
Snippets Groups Projects
Commit 9dd3d195 authored by Tobias Ollive's avatar Tobias Ollive
Browse files

[etherpad] update to 1.8.6

parent b9a39e56
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ENV NODE_ENV=production ...@@ -5,7 +5,7 @@ ENV NODE_ENV=production
FROM base as downloader FROM base as downloader
ARG ETHERPAD_VERSION_BUILD=1.8.4 ARG ETHERPAD_VERSION_BUILD=1.8.6
ARG ETHERPAD_PLUGINS="\ ARG ETHERPAD_PLUGINS="\
ep_adminpads2 ep_align ep_author_hover ep_back_button ep_chatdate \ ep_adminpads2 ep_align ep_author_hover ep_back_button ep_chatdate \
ep_comments_page ep_delete_after_delay ep_delete_empty_pads ep_font_color \ ep_comments_page ep_delete_after_delay ep_delete_empty_pads ep_font_color \
......
...@@ -20,7 +20,7 @@ networks: ...@@ -20,7 +20,7 @@ networks:
services: services:
etherpad-app: etherpad-app:
image: registry.picasoft.net/pica-etherpad:1.8.4 image: registry.picasoft.net/pica-etherpad:1.8.6
build: . build: .
container_name: etherpad-app container_name: etherpad-app
env_file: ./secrets/etherpad-app.secrets env_file: ./secrets/etherpad-app.secrets
...@@ -58,7 +58,7 @@ services: ...@@ -58,7 +58,7 @@ services:
restart: unless-stopped restart: unless-stopped
etherpad-week-app: etherpad-week-app:
image: registry.picasoft.net/pica-etherpad:1.8.4 image: registry.picasoft.net/pica-etherpad:1.8.6
container_name: etherpad-week-app container_name: etherpad-week-app
build: . build: .
env_file: ./secrets/etherpad-week-app.secrets env_file: ./secrets/etherpad-week-app.secrets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment