chore: switch to Debian 13

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach 2025-08-02 13:45:34 +02:00
parent da61eb21a3
commit 4ea4fe48b7
No known key found for this signature in database
GPG key ID: D84CD4AA46D7F099

View file

@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG DOVECOT_COMMUNITY_REPO=0 ARG DOVECOT_COMMUNITY_REPO=0
ARG LOG_LEVEL=trace ARG LOG_LEVEL=trace
FROM docker.io/debian:12-slim AS stage-base FROM docker.io/debian:13-slim AS stage-base
ARG DEBIAN_FRONTEND ARG DEBIAN_FRONTEND
ARG DOVECOT_COMMUNITY_REPO ARG DOVECOT_COMMUNITY_REPO