We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a149b commit 3638bacCopy full SHA for 3638bac
Dockerfile
@@ -34,7 +34,7 @@ RUN sed -i 's/Components: main/Components: main contrib non-free/' /etc/apt/sour
34
35
# Define the ARG for the jellyfin-ffmpeg version
36
# renovate: datasource=github-releases depName=jellyfin/jellyfin-ffmpeg versioning=loose
37
-ARG JELLYFIN_FFMPEG_VERSION=6.0.1-8
+ARG JELLYFIN_FFMPEG_VERSION=7.0.2-5
38
39
# Install packages that are needed for the runtime environment
40
RUN apt-get update && apt-get install --no-install-recommends -y \
0 commit comments