1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

chore: bump Dovecot Xapian version for Dovecot 2.4 compat

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach
2025-08-02 13:47:17 +02:00
parent 870fcfce61
commit e8f7b46545

View File

@ -18,7 +18,7 @@ function _install_build_deps() {
}
function _build_package() {
local XAPIAN_VERSION='1.9'
local XAPIAN_VERSION='1.9.1'
curl -fsSL "https://github.com/grosjo/fts-xapian/releases/download/${XAPIAN_VERSION}/dovecot-fts-xapian-${XAPIAN_VERSION}.tar.gz" \
| tar -xz
cd "fts-xapian-${XAPIAN_VERSION}"