Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Dec 27, 2023
2 parents 5a2474f + b8e3f87 commit b4a22bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM python:3.12.1-alpine3.19

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

RUN apk add --no-cache ffmpeg~=6.0
RUN apk add --no-cache ffmpeg~=6.1

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

COPY twitch-recorder.py /opt/

Expand Down

0 comments on commit b4a22bb

Please sign in to comment.