Update debian Docker tag to v12

This commit is contained in:
Renovate Bot 2025-06-22 02:14:09 +00:00
parent 35ffc167d2
commit e3f05e036c

View file

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