From afb496daf19ad7cbddc219d9692f5dee805e9377 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 16 Jan 2023 09:35:01 +0100 Subject: [PATCH] Change mailpiler 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"