From fc74f2a8b88dfa0b7bdc0ebeb29512e102226240 Mon Sep 17 00:00:00 2001 From: chandi Date: Fri, 4 Nov 2022 17:02:56 +0100 Subject: [PATCH] update recordings base image to bullseye bullseye offers a more recent version of ffmpeg which solves the missing ffmpeg filter 'tpad' https://github.com/bigbluebutton/docker/issues/235 --- mod/recordings/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/recordings/Dockerfile b/mod/recordings/Dockerfile index ad401b3..5403694 100644 --- a/mod/recordings/Dockerfile +++ b/mod/recordings/Dockerfile @@ -1,5 +1,5 @@ -FROM ruby:2.7-slim-buster +FROM ruby:2.7-slim-bullseye # install apt dependencies RUN apt-get update && apt-get install -y \