Skip to content

Commit

Permalink
Merge pull request #24 from Stefomat/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
Stefomat authored Sep 14, 2023
2 parents 54ba7c7 + 8f5cc33 commit 52ac413
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
@@ -1,10 +1,10 @@
FROM python:3.11.4-alpine3.18
FROM python:3.11.5-alpine3.18

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

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

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

COPY twitch-recorder.py /opt/

Expand Down

0 comments on commit 52ac413

Please sign in to comment.