mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Merge #3755
3755: Update Roundcube to 1.6.10 r=mergify[bot] a=ctrl-i ## What type of PR? Update ## What does this PR do? Updates roundcube to the latest version - 1.6.10 The new version of roundcube includes various fixes, is the next service release and considered stable. The change log can be found [here](https://github.com/roundcube/roundcubemail/releases/) ### Related issue(s) - None ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [X] In case of feature or enhancement: documentation updated accordingly - [X] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: ctrl-i <1422608+ctrl-i@users.noreply.github.com>
This commit is contained in:
commit
5f4d428b2a
1
towncrier/newsfragments/3753.misc
Normal file
1
towncrier/newsfragments/3753.misc
Normal file
@ -0,0 +1 @@
|
||||
Update roundcube to 1.6.10
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user