From c3379cf3ef8cedfb978b91ea90a7673c0bcc2b56 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 27 Aug 2022 19:11:16 +0200 Subject: [PATCH] Updated deb package in docker image Signed-off-by: Janos SUTO --- contrib/installer/focal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/installer/focal.sh b/contrib/installer/focal.sh index 83fc47dc..3ef2cc7e 100644 --- a/contrib/installer/focal.sh +++ b/contrib/installer/focal.sh @@ -20,7 +20,7 @@ MYSQL_USERNAME="piler" SPHINX_TARGZ="sphinx-3.3.1-bin.tar.gz" DOWNLOAD_URL="https://download.mailpiler.com" -PILER_DEB="piler_1.3.12-focal-208de74a_amd64.deb" +PILER_DEB="piler_1.3.12-focal-eb2b22b_amd64.deb" PILER_USER="piler" CONFIG_SITE_PHP="/etc/piler/config-site.php"