Docker revert to Debian 12 Bookworm (#7805)

Fix https://github.com/FreshRSS/FreshRSS/issues/7798
Revert https://github.com/FreshRSS/FreshRSS/pull/7772
Revert af6f7f013a
This commit is contained in:
Alexandre Alapetite
2025-08-09 19:13:38 +02:00
committed by GitHub
parent 56d1d4f194
commit 5c7ea3c7e5

View File

@@ -1,4 +1,4 @@
FROM debian:trixie-slim
FROM debian:12-slim
ENV TZ=UTC
SHELL ["/bin/bash", "-o", "pipefail", "-c"]