From 98be4a769dffe677cb2d4378f16a9ede0c366024 Mon Sep 17 00:00:00 2001 From: Stefomat <41241946+Stefomat@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:17:58 +0100 Subject: [PATCH 1/5] Bump python to 3.12.1-alpine3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5f00c3..20248c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0-alpine3.18 +FROM python:3.12.1-alpine3.19 RUN apk add --no-cache tini=0.19.0-r1 From 48ed6729d279830e4f5f514f381e0e328a48a610 Mon Sep 17 00:00:00 2001 From: Stefomat <41241946+Stefomat@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:18:06 +0100 Subject: [PATCH 2/5] Bump tini to 0.19.0-r2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20248c3..54576e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ 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 From 8ca2d493829be77a34e2c86cb315d3b3d5a55a68 Mon Sep 17 00:00:00 2001 From: Stefomat <41241946+Stefomat@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:18:16 +0100 Subject: [PATCH 3/5] Bump ffmpeg to 6.0.1-r1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54576e3..f39547f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.12.1-alpine3.19 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 From 5e08ad8f3827af17423b629d13b08a9b1e143871 Mon Sep 17 00:00:00 2001 From: Stefomat <41241946+Stefomat@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:00:51 +0100 Subject: [PATCH 4/5] Bump streamlink to 6.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f39547f..7aa1213 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.0.1-r1 -RUN python -m pip install --no-cache-dir --upgrade streamlink==6.4.2 +RUN python -m pip install --no-cache-dir --upgrade streamlink==6.5.0 COPY twitch-recorder.py /opt/ From b8e3f875cf3f4e3bb754f5e94129c968ba326d56 Mon Sep 17 00:00:00 2001 From: Stefomat <41241946+Stefomat@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:04:10 +0100 Subject: [PATCH 5/5] Bump ffmpeg to 6.1-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7aa1213..306f5e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.12.1-alpine3.19 RUN apk add --no-cache tini=0.19.0-r2 -RUN apk add --no-cache ffmpeg=6.0.1-r1 +RUN apk add --no-cache ffmpeg=6.1-r0 RUN python -m pip install --no-cache-dir --upgrade streamlink==6.5.0