Skip to content

Commit

Permalink
dockerfile: use backports for staging container
Browse files Browse the repository at this point in the history
The muon builds depends on a newer version of meson, thus we use the
backport version from debian.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Sep 26, 2024
1 parent e6a4551 commit 52d4c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM debian:bookworm-backports

ARG TARGETPLATFORM
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 52d4c56

Please sign in to comment.