Skip to content

Commit

Permalink
use the trixie-slim image
Browse files Browse the repository at this point in the history
  • Loading branch information
chatziko committed Jan 14, 2025
1 parent 17d23c3 commit e3295f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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)
# 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
FROM debian:trixie-slim

ARG TARGETPLATFORM

Expand Down

0 comments on commit e3295f6

Please sign in to comment.