1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

fix functions.inc.php, update sogo and dovecot nightly image

This commit is contained in:
FreddleSpl0it 2024-02-05 15:22:02 +01:00 committed by DerLinkman
parent 1cda16523d
commit 216398355b
No known key found for this signature in database
GPG Key ID: F109FD97469550A2
2 changed files with 2 additions and 4 deletions

View File

@ -2086,8 +2086,6 @@ function uuid4() {
return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));
}
function identity_provider($_action, $_data = null) {
function identity_provider($_action, $_data = null, $hide_secret = false) {
function identity_provider($_action, $_data = null, $_extra = null) {
global $pdo;

View File

@ -187,7 +187,7 @@ services:
- phpfpm
sogo-mailcow:
image: mailcow/sogo:1.122.1
image: mailcow/sogo:nightly-20240205
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
@ -234,7 +234,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.28.2
image: mailcow/dovecot:nightly-20240205
depends_on:
- mysql-mailcow
- netfilter-mailcow