mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-14 06:48:29 +02:00
Compare commits
4 Commits
v2.5.8
...
fix-record
Author | SHA1 | Date | |
---|---|---|---|
f30496d430 | |||
f2fe7959bb | |||
bfa6679ff0 | |||
fc74f2a8b8 |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
- BBB 2.5.8 @alangecker
|
- BBB 2.5.8 @alangecker
|
||||||
|
- recordings: fix for missing ffmpeg filter @alangecker [#235](https://github.com/bigbluebutton/docker/issues/235) [#230](https://github.com/bigbluebutton/docker/pull/230)
|
||||||
|
|
||||||
## Release v2.5.0 (2022-06-10)
|
## Release v2.5.0 (2022-06-10)
|
||||||
- BigBlueButton v2.5 @alangecker [#207](https://github.com/bigbluebutton/docker/pull/207)
|
- BigBlueButton v2.5 @alangecker [#207](https://github.com/bigbluebutton/docker/pull/207)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
FROM ruby:2.7-slim-buster
|
FROM ruby:2.7-slim-bullseye
|
||||||
|
|
||||||
# install apt dependencies
|
# install apt dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
Reference in New Issue
Block a user