update base image to Debian 12

This commit is contained in:
georglauterbach 2023-12-04 00:48:16 +01:00
parent 3a0a0bee42
commit 95eeafd62c
No known key found for this signature in database
GPG key ID: F367F7C43C118578

View file

@ -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