From: Kostas Chatzikokolakis Date: Tue, 14 Jan 2025 22:57:45 +0000 (+0200) Subject: use the trixie-slim image (#1873) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=18eebc10ec1917297398b3794c260434ae4c5ede;p=music-assistant-server.git use the trixie-slim image (#1873) --- diff --git a/Dockerfile.base b/Dockerfile.base index d0338fed..193c5db3 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -1,9 +1,9 @@ # syntax=docker/dockerfile:1 # BASE docker image for music assistant container -# Based on Debian Trixie (unstable) because we need a newer version of ffmpeg (and snapcast) -# TODO: Switch back to regular python stable debian image + manually build ffmpeg and snapcast -FROM debian:trixie +# Based on Debian Trixie (testing) because we need a newer version of ffmpeg (and snapcast) +# TODO: Switch back to regular python stable debian image + manually build ffmpeg and snapcast ? +FROM debian:trixie-slim ARG TARGETPLATFORM