Skip to content

Commit

Permalink
update streamlink to version 5.4.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauwarm authored May 8, 2023
1 parent 03508cc commit f26b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12.0a4-bullseye
LABEL maintainer="[email protected]"

ENV streamlinkCommit=34c5f5ee5953412c6214ad4a3c18dd08d1229c24
ENV streamlinkCommit=e4691b88913a7bdecdb546a8c32c29e643bac41b
ENV PATH "${HOME}/.local/bin:${PATH}"

RUN apt-get update && apt-get install gosu && apt-get install python3-pip -y
Expand Down

0 comments on commit f26b5cc

Please sign in to comment.