Skip to content

Commit

Permalink
[SOGo] Fixed SOGo crash on older kernels < 5.10.0-X
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Feb 7, 2024
1 parent 77e6ef2 commit 5a97027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/Dockerfiles/sogo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:bookworm-slim
FROM debian:bullseye-slim
LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>"

ARG DEBIAN_FRONTEND=noninteractive
ARG DEBIAN_VERSION=bookworm
ARG DEBIAN_VERSION=bullseye
ARG SOGO_DEBIAN_REPOSITORY=http://www.axis.cz/linux/debian
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$
ARG GOSU_VERSION=1.17
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ services:
- phpfpm

sogo-mailcow:
image: mailcow/sogo:1.122
image: mailcow/sogo:1.122.1
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
Expand Down

0 comments on commit 5a97027

Please sign in to comment.