From 938d513488f168d6653ab37a044d7dce89020560 Mon Sep 17 00:00:00 2001 From: ctrl-i <1422608+ctrl-i@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:39:11 +0100 Subject: [PATCH 1/2] Update Dockerfile Due to an incremental recommended update to roundcube (cherry picked from commit 23f4744a1c9981d1d870ce5ac0b7f1f68f248586) --- webmails/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/Dockerfile b/webmails/Dockerfile index 4e6e6896..517cb873 100644 --- a/webmails/Dockerfile +++ b/webmails/Dockerfile @@ -28,7 +28,7 @@ RUN set -euxo pipefail \ ; mkdir -p /run/nginx /conf # roundcube -ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8-complete.tar.gz +ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.6.9/roundcubemail-1.6.9-complete.tar.gz ENV CARDDAV_URL https://github.com/mstilkerich/rcmcarddav/releases/download/v5.1.0/carddav-v5.1.0.tar.gz RUN set -euxo pipefail \ From fc98469760c4f79c474ed114051ca72b5d5c4bc5 Mon Sep 17 00:00:00 2001 From: ctrl-i <1422608+ctrl-i@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:40:45 +0100 Subject: [PATCH 2/2] Create 3389.misc (cherry picked from commit c3545901aaec524771b814b2776b27c47489625d) --- towncrier/newsfragments/3389.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 towncrier/newsfragments/3389.misc diff --git a/towncrier/newsfragments/3389.misc b/towncrier/newsfragments/3389.misc new file mode 100644 index 00000000..0cd5b88f --- /dev/null +++ b/towncrier/newsfragments/3389.misc @@ -0,0 +1 @@ +Update roundcube to 1.6.9