Skip to content

Commit

Permalink
Merge pull request #27 from Stefomat/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
Stefomat authored Dec 3, 2023
2 parents 5cb6553 + e041ec6 commit 060d319
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.0-alpine3.18

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

RUN apk add --no-cache ffmpeg=6.0-r15
RUN apk add --no-cache ffmpeg=6.0.1-r0

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

COPY twitch-recorder.py /opt/

Expand Down

0 comments on commit 060d319

Please sign in to comment.