Compare commits
2 Commits
167d6640e3
...
4a07c03fc5
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a07c03fc5 | |||
| fcd287027f |
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user