Skip to content

Commit

Permalink
Merge pull request #28 from Stefomat/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
Stefomat authored Dec 11, 2023
2 parents 060d319 + 8ca2d49 commit c2c435b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.12.0-alpine3.18
FROM python:3.12.1-alpine3.19

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

RUN apk add --no-cache ffmpeg=6.0.1-r0
RUN apk add --no-cache ffmpeg=6.0.1-r1

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

Expand Down

0 comments on commit c2c435b

Please sign in to comment.