1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-17 21:11:52 +00:00

Merge pull request #7098 from mailcow/feat/sogo-5.12.5

[SOGo] Update to 5.12.5
This commit is contained in:
FreddleSpl0it
2026-03-06 09:21:09 +01:00
committed by GitHub
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}