mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 06:40:10 +02:00
chore: switch to Debian 13
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
da61eb21a3
commit
4ea4fe48b7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||
ARG DOVECOT_COMMUNITY_REPO=0
|
||||
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 DOVECOT_COMMUNITY_REPO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue