1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-17 01:32:29 +02:00

Update rainloop to 1.16.0

This commit is contained in:
Florent Daigniere
2021-07-03 15:10:34 +02:00
parent 20db642795
commit d75c8469d3
2 changed files with 2 additions and 1 deletions

1
towncrier/1845.feature Normal file
View File

@ -0,0 +1 @@
Update version of rainloop webmail to 1.16.0. This is a security update.

View File

@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube
RUN pip3 install socrate
ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.14.0/rainloop-community-1.14.0.zip
ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.16.0/rainloop-community-1.16.0.zip
RUN apt-get update && apt-get install -y \
unzip python3-jinja2 \