diff --git a/Dockerfile.base b/Dockerfile.base index 91833f15b..193c5db35 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -2,7 +2,7 @@ # BASE docker image for music assistant container # 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 +# TODO: Switch back to regular python stable debian image + manually build ffmpeg and snapcast ? FROM debian:trixie-slim ARG TARGETPLATFORM