-
-
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: update to 5.11.0 + Rebase on Bookworm (#6002)
* sogo: update to 5.11.0 * compose: bump sogo compose tag
- Loading branch information
1 parent
8753ea2
commit b1c1e40
Showing
4 changed files
with
7 additions
and
7 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,13 +1,13 @@ | ||
FROM debian:bullseye-slim | ||
FROM debian:bookworm-slim | ||
|
||
LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>" | ||
LABEL maintainer="The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
ARG DEBIAN_VERSION=bullseye | ||
ARG DEBIAN_VERSION=bookworm | ||
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 | ||
ENV LC_ALL C | ||
ENV LC_ALL=C | ||
|
||
# Prerequisites | ||
RUN echo "Building from repository $SOGO_DEBIAN_REPOSITORY" \ | ||
|
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,4 +1,4 @@ | ||
@version: 3.28 | ||
@version: 3.38 | ||
@include "scl.conf" | ||
options { | ||
chain_hostnames(off); | ||
|
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,4 +1,4 @@ | ||
@version: 3.28 | ||
@version: 3.38 | ||
@include "scl.conf" | ||
options { | ||
chain_hostnames(off); | ||
|
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