1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-04-25 12:15:02 +02:00

Upgrade to the latest version of roundcube - 1.6.10

Upgrade to the latest version of roundcube

(cherry picked from commit d48cc06c59f37aed9b2b61abd2fd00b84af8516c)
This commit is contained in:
ctrl-i 2025-02-13 08:25:10 +00:00 committed by Mergify
parent 93166f61b3
commit ce67db37b0

View File

@ -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.9/roundcubemail-1.6.9-complete.tar.gz
ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1.6.10/roundcubemail-1.6.10-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 \