-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SOGo] Fixed SOGo crash on older kernels < 5.10.0-X
- Loading branch information
1 parent
77e6ef2
commit 5a97027
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters