Skip to content

Commit

Permalink
use the trixie-slim image (#1873)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatziko authored Jan 14, 2025
1 parent 3e4d881 commit 18eebc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.base
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 18eebc1

Please sign in to comment.