diff --git a/towncrier/newsfragments/2959.bugfix b/towncrier/newsfragments/2959.bugfix index 7a60c2a5..9da9c300 100644 --- a/towncrier/newsfragments/2959.bugfix +++ b/towncrier/newsfragments/2959.bugfix @@ -1,2 +1,3 @@ Update hardened malloc as the original package is not available from alpine anymore. The newer version of hardened malloc requires AVX2: Disable it by default at startup and hint in the logs when it should be enabled instead. +Upgrade snappymail to v2.29.1 diff --git a/webmails/Dockerfile b/webmails/Dockerfile index 2d36c699..0c4ec167 100644 --- a/webmails/Dockerfile +++ b/webmails/Dockerfile @@ -52,7 +52,7 @@ COPY roundcube/config/config.inc.carddav.php /var/www/roundcube/plugins/carddav/ # snappymail -ENV SNAPPYMAIL_URL https://github.com/the-djmaze/snappymail/releases/download/v2.28.4/snappymail-2.28.4.tar.gz +ENV SNAPPYMAIL_URL https://github.com/the-djmaze/snappymail/releases/download/v2.29.1/snappymail-2.29.1.tar.gz RUN set -euxo pipefail \ ; mkdir /var/www/snappymail \