Skip to content

Commit

Permalink
Merge pull request Stefomat#29 from Stefomat/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
Stefomat authored Jan 26, 2024
2 parents b8e3f87 + 28fb469 commit d39d99b
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-r2

RUN apk add --no-cache ffmpeg=6.1-r0
RUN apk add --no-cache ffmpeg=6.1.1-r0

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

COPY twitch-recorder.py /opt/

Expand Down

0 comments on commit d39d99b

Please sign in to comment.