Skip to content

Commit

Permalink
Merge pull request Stefomat#26 from Stefomat/testing
Browse files Browse the repository at this point in the history
Bump streamlink to 6.3.1
Bump python to 3.12.0
  • Loading branch information
Stefomat authored Oct 28, 2023
2 parents dd1cd77 + d5525ad commit 5cb6553
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.5-alpine3.18
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 python -m pip install --no-cache-dir --upgrade streamlink==6.2.0
RUN python -m pip install --no-cache-dir --upgrade streamlink==6.3.1

COPY twitch-recorder.py /opt/

Expand Down

0 comments on commit 5cb6553

Please sign in to comment.