From 65dd63f0200c2e1ea0a555cfd5cfac6af30f90c5 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 16 Jan 2023 09:34:10 +0100 Subject: [PATCH] Change mailpioler version to 1.3.12 --- src/mailpiler/constants-service.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mailpiler/constants-service.conf b/src/mailpiler/constants-service.conf index 91bfc92..c943bf2 100644 --- a/src/mailpiler/constants-service.conf +++ b/src/mailpiler/constants-service.conf @@ -20,8 +20,8 @@ LXC_UNPRIVILEGED="1" LXC_NESTING="1" # Defines the version number of piler mail archive to install (type in exact version number (e.g. 1.3.11) or 'latest') -PILER_VERSION="latest" +PILER_VERSION="1.3.12" # Defines the version of sphinx to install PILER_SPHINX_VERSION="3.3.1" # Defines the php version to install -PILER_PHP_VERSION="7.4" \ No newline at end of file +PILER_PHP_VERSION="7.4"