Skip to content

Commit

Permalink
Bump ffmpeg to 6.1.1-r8
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefomat authored Jun 21, 2024
1 parent f44b2e4 commit 41d13fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.12.4-alpine3.20

RUN apk add --no-cache tini=0.19.0-r3

RUN apk add --no-cache ffmpeg=6.1.1-r7
RUN apk add --no-cache ffmpeg=6.1.1-r8

RUN python -m pip install --no-cache-dir --upgrade streamlink==6.8.1

Expand Down

0 comments on commit 41d13fe

Please sign in to comment.