Skip to content

Commit

Permalink
Merge pull request #30 from Stefomat/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
Stefomat authored Mar 12, 2024
2 parents d39d99b + 7d9a1f4 commit a537b31
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.12.1-alpine3.19
FROM python:3.12.2-alpine3.19

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

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

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

COPY twitch-recorder.py /opt/

Expand Down

0 comments on commit a537b31

Please sign in to comment.