Update debian Docker tag to v12

This commit is contained in:
Renovate Bot 2025-06-22 05:15:40 +00:00
parent aba42d8049
commit 6a4416da6b

View file

@ -7,7 +7,7 @@ WORKDIR /app
RUN cargo build --release RUN cargo build --release
FROM debian:buster FROM debian:bookworm
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y ca-certificates openssl mkvtoolnix sqlite3 ffmpeg RUN apt-get install -y ca-certificates openssl mkvtoolnix sqlite3 ffmpeg