Обновить Dockerfile

This commit is contained in:
2026-02-07 12:37:18 +00:00
parent e9f37a281d
commit 39f951bc31

View File

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