From 4ceb0f6fc82bec63c5bacc4e8c42368804f0ab02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:21:52 +0000 Subject: [PATCH] Update debian Docker tag to trixie-20260316 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be69bc2..1fcde7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:trixie +FROM debian:trixie-20260316 RUN apt-get update && \ apt-get install -y postfix libsasl2-modules mailutils opendkim opendkim-tools && \