From 39f951bc31e922f27928082c389bae23fd8119fb Mon Sep 17 00:00:00 2001 From: nchebrov Date: Sat, 7 Feb 2026 12:37:18 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01eccd4..c4fe848 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Stage 1: Fetch Mattermost + MostlyMatter ---- - FROM debian:bookworm-slim AS fetcher + FROM debian:trixie-slim AS fetcher ARG MOSTLYMATTER_VERSION=v11.3.0 ARG MATTERMOST_VERSION=11.3.0 @@ -25,7 +25,7 @@ # ---- Stage 2: Runtime container ---- - FROM debian:bookworm-slim + FROM debian:trixie-slim # Add runtime deps for Mattermost RUN apt-get update && apt-get install -y --no-install-recommends \