|
@@ -1,13 +1,13 @@
|
|
|
-FROM debian:bullseye-slim
|
|
|
+FROM debian:bookworm-slim
|
|
|
|
|
|
-LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
|
|
|
+LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>"
|
|
|
|
|
|
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" \
|