Merge pull request 'fix: updating Docker for ffmpeg 7.0 - requires Alpine v3.23 community packages' (#103) from nyc_tk/OF-DL:docker-update-ffmpeg into master

Reviewed-on: #103
This commit is contained in:
sim0n00ps 2026-01-01 19:40:48 +00:00
commit 4a07c03fc5

View File

@ -1,4 +1,4 @@
FROM alpine:3.20 AS build
FROM alpine:3.23 AS build
ARG VERSION
@ -21,14 +21,14 @@ 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 \
bash \
tini \
dotnet8-runtime \
ffmpeg \
ffmpeg7 \
udev \
ttf-freefont \
chromium \