mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-06 00:47:47 +00:00
⬆️(summary) update ffmpeg to 8.1.2
Update ffmpeg to 8.1.2 inside summary docker image. Maintenance task.
This commit is contained in:
committed by
aleb_the_flash
parent
f115c83752
commit
c95e1c67bd
@@ -26,6 +26,7 @@ and this project adheres to
|
||||
- ♻️(env) refactor env variables handling
|
||||
- 🚸(frontend) use "Advanced" instead of "Premium" in the sidepanel
|
||||
- ♿️(frontend) make fullscreen share warning keyboard accessible #1459
|
||||
- ⬆️(summary) update docker alpine to 3.24 & ffmpeg to 8.1.2 #1471
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ FROM python:3.13-alpine3.24 AS base
|
||||
|
||||
# Install ffmpeg for audio/video processing (format conversion, extraction, compression)
|
||||
# See summary/core/file_service.py for usage.
|
||||
RUN apk add --no-cache "ffmpeg=8.0.1-r1"
|
||||
RUN apk add --no-cache "ffmpeg=8.1.2-r0"
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user