This commit is contained in:
Para Dox
2025-05-25 20:21:23 +07:00
parent 1feac516b4
commit 39323d19eb

View File

@@ -165,7 +165,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
fi
# Final stage - minimal runtime
FROM debian:bookworm-slim
FROM debian:trixie-slim
# Install runtime dependencies including jemalloc for better memory performance
RUN apt-get update && apt-get install -y \