From d75c8469d3dbef8776eccf31538d2ee64fa733f2 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sat, 3 Jul 2021 15:10:34 +0200 Subject: [PATCH 1/2] Update rainloop to 1.16.0 --- towncrier/1845.feature | 1 + webmails/rainloop/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 towncrier/1845.feature diff --git a/towncrier/1845.feature b/towncrier/1845.feature new file mode 100644 index 00000000..afde9313 --- /dev/null +++ b/towncrier/1845.feature @@ -0,0 +1 @@ +Update version of rainloop webmail to 1.16.0. This is a security update. diff --git a/webmails/rainloop/Dockerfile b/webmails/rainloop/Dockerfile index 9987330e..9c65f277 100644 --- a/webmails/rainloop/Dockerfile +++ b/webmails/rainloop/Dockerfile @@ -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 \ From 11917a5011704a69bdccb8382a11cd969d3e76e6 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 4 Jul 2021 19:18:53 +0200 Subject: [PATCH 2/2] mend --- towncrier/{ => newsfragments}/1845.feature | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename towncrier/{ => newsfragments}/1845.feature (100%) diff --git a/towncrier/1845.feature b/towncrier/newsfragments/1845.feature similarity index 100% rename from towncrier/1845.feature rename to towncrier/newsfragments/1845.feature