forked from sim0n00ps/OF-DL
Alpine v3.23 is required for ffmpeg7
This commit is contained in:
parent
3c99e293a4
commit
0dccb0ca9c
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.22 AS build
|
FROM alpine:3.23 AS build
|
||||||
|
|
||||||
ARG VERSION=dev
|
ARG VERSION=dev
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ RUN /src/out/OF\ DL --non-interactive || true && \
|
|||||||
mv /src/updated_config.conf /src/config.conf
|
mv /src/updated_config.conf /src/config.conf
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.20 AS final
|
FROM alpine:3.23 AS final
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apk --no-cache --repository community add \
|
RUN apk --no-cache --repository community add \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user