1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Upgrade snappymail to v2.38.2

(cherry picked from commit d4a3d5aeae)
This commit is contained in:
Florent Daigniere
2024-11-16 22:24:26 +01:00
committed by Mergify
parent cfae470cbb
commit 59400f0f1b
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
Upgrade snappymail to v2.38.1 ; this is a security fix for GHSA-2rq7-79vp-ffxm (mXSS)

View File

@@ -54,7 +54,7 @@ COPY roundcube/config/config.inc.carddav.php /var/www/roundcube/plugins/carddav/
# snappymail # snappymail
ENV SNAPPYMAIL_URL https://github.com/the-djmaze/snappymail/releases/download/v2.36.4/snappymail-2.36.4.tar.gz ENV SNAPPYMAIL_URL https://github.com/the-djmaze/snappymail/releases/download/v2.38.2/snappymail-2.38.2.tar.gz
RUN set -euxo pipefail \ RUN set -euxo pipefail \
; mkdir /var/www/snappymail \ ; mkdir /var/www/snappymail \