Update debian Docker tag to v12

This commit is contained in:
Renovate Bot 2025-06-22 05:16:29 +00:00
parent 2330f08c0f
commit 277ff7a376

View file

@ -10,7 +10,7 @@ COPY . /app
WORKDIR /app
RUN cargo build --release
FROM debian:buster
FROM debian:bookworm
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y ca-certificates openssl file