mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
update base image to Debian 12
This commit is contained in:
parent
3a0a0bee42
commit
95eeafd62c
|
@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||
ARG DOVECOT_COMMUNITY_REPO=1
|
||||
ARG LOG_LEVEL=trace
|
||||
|
||||
FROM docker.io/debian:11-slim AS stage-base
|
||||
FROM docker.io/debian:12-slim AS stage-base
|
||||
|
||||
ARG DEBIAN_FRONTEND
|
||||
ARG DOVECOT_COMMUNITY_REPO
|
||||
|
|
Loading…
Reference in a new issue