Skip to content

Commit

Permalink
containers: bump base debian image to bookworm
Browse files Browse the repository at this point in the history
Bookworm was released in June 2023, it's time to migrate to it to
benefit from newer ffmpeg and various security and bug fixes.

Signed-off-by: Quentin Schulz <[email protected]>
  • Loading branch information
QSchulz committed Nov 19, 2024
1 parent a85c7f1 commit e7a28dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from python:slim-bullseye
from python:slim-bookworm

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ffmpeg

Expand Down

0 comments on commit e7a28dd

Please sign in to comment.