[SOGo] Update to 5.12.5

This commit is contained in:
FreddleSpl0it 2026-03-06 09:18:10 +01:00
parent 905e93627c
commit 6c857243ec
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# Version: SOGo-5.12.4 # Version: SOGo-5.12.4
# #
# Applied security patches: # Applied security patches:
# - 16ab99e7cf8db2c30b211f0d5e338d7f9e3a9efb: XSS vulnerability in theme parameter # -
# #
# To add new patches, modify SOGO_SECURITY_PATCHES ARG below with space-separated commit hashes # To add new patches, modify SOGO_SECURITY_PATCHES ARG below with space-separated commit hashes
@ -12,10 +12,10 @@ FROM debian:bookworm
LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>" LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ARG SOGO_VERSION=SOGo-5.12.4 ARG SOGO_VERSION=SOGo-5.12.5
ARG SOPE_VERSION=SOPE-5.12.4 ARG SOPE_VERSION=SOPE-5.12.5
# Security patches to apply (space-separated commit hashes) # Security patches to apply (space-separated commit hashes)
ARG SOGO_SECURITY_PATCHES="16ab99e7cf8db2c30b211f0d5e338d7f9e3a9efb" ARG SOGO_SECURITY_PATCHES=""
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$ # renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$
ARG GOSU_VERSION=1.19 ARG GOSU_VERSION=1.19
ENV LC_ALL=C ENV LC_ALL=C

View File

@ -200,7 +200,7 @@ services:
- phpfpm - phpfpm
sogo-mailcow: sogo-mailcow:
image: ghcr.io/mailcow/sogo:5.12.4-2 image: ghcr.io/mailcow/sogo:5.12.5-1
environment: environment:
- DBNAME=${DBNAME} - DBNAME=${DBNAME}
- DBUSER=${DBUSER} - DBUSER=${DBUSER}