瀏覽代碼

[SOGo] Update SOGo to 5.5.0 + syslog Version Update (in Config)

This PR is updating SOGo to the new 5.5.0 Release (https://github.com/inverse-inc/sogo/releases/tag/SOGo-5.5.0) <-- Available in master.

It also includes the nsyslog Update to 3.28 (since the new SOGo builds are using a newer version), which fix a warning message inside the sogo container that the nsyslog version is outdated and can be upgraded to 3.28

This new release will have the Docker Image Tag: mailcow/sogo:1.106
Niklas Meyer 3 年之前
父節點
當前提交
8f89968421
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      data/Dockerfiles/sogo/syslog-ng-redis_slave.conf
  2. 1 1
      data/Dockerfiles/sogo/syslog-ng.conf
  3. 1 1
      docker-compose.yml

+ 1 - 1
data/Dockerfiles/sogo/syslog-ng-redis_slave.conf

@@ -1,4 +1,4 @@
-@version: 3.19
+@version: 3.28
 @include "scl.conf"
 options {
   chain_hostnames(off);

+ 1 - 1
data/Dockerfiles/sogo/syslog-ng.conf

@@ -1,4 +1,4 @@
-@version: 3.19
+@version: 3.28
 @include "scl.conf"
 options {
   chain_hostnames(off);

+ 1 - 1
docker-compose.yml

@@ -164,7 +164,7 @@ services:
             - phpfpm
 
     sogo-mailcow:
-      image: mailcow/sogo:1.105
+      image: mailcow/sogo:1.106
       environment:
         - DBNAME=${DBNAME}
         - DBUSER=${DBUSER}