From c05a1e974c6f8d46215a2cb75abe9bea1a07db88 Mon Sep 17 00:00:00 2001 From: Stefomat <41241946+Stefomat@users.noreply.github.com> Date: Sun, 10 Mar 2024 16:19:39 +0100 Subject: [PATCH 1/2] Bump python to 3.12.2-alpine3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 239c78e..dcce900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.1-alpine3.19 +FROM python:3.12.2-alpine3.19 RUN apk add --no-cache tini=0.19.0-r2 From 7d9a1f4114704fda71b1b084678effa1a10102ce Mon Sep 17 00:00:00 2001 From: Stefomat <41241946+Stefomat@users.noreply.github.com> Date: Sun, 10 Mar 2024 16:19:49 +0100 Subject: [PATCH 2/2] Bump streamlink to 6.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcce900..6f69be2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ 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/