From 50f07ce5faa086a25133184d95f57ad0d4cb52a2 Mon Sep 17 00:00:00 2001 From: Fabian <10065855+lauwarm@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:36:45 +0200 Subject: [PATCH] update streamlink to version 6.1.0 (#71) --- .github/dependabot.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0213533..21f694b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: schedule: interval: "daily" reviewers: - - "lauwarm"1 + - "lauwarm" assignees: - "lauwarm" - package-ecosystem: "docker" diff --git a/Dockerfile b/Dockerfile index b7e8122..ae32080 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12.0rc1-bullseye LABEL maintainer="lauwarm@mailbox.org" -ENV streamlinkCommit=1ead72dd1e50afb90a141cc65c0bdbe143fe6f50 +ENV streamlinkCommit=a687f7c3e671da5ac51de5e6d949728769b28587 #ENV streamlinkVersion=6.0.1 #ENV PATH "${HOME}/.local/bin:${PATH}"