From 0dccb0ca9c8136af1e5cf09ac335e80d9a41cef0 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 15 Dec 2025 11:56:46 -0500 Subject: [PATCH] Alpine v3.23 is required for ffmpeg7 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 31e3017..64da263 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 AS build +FROM alpine:3.23 AS build ARG VERSION=dev @@ -21,7 +21,7 @@ RUN /src/out/OF\ DL --non-interactive || true && \ mv /src/updated_config.conf /src/config.conf -FROM alpine:3.20 AS final + FROM alpine:3.23 AS final # Install dependencies RUN apk --no-cache --repository community add \