Merge pull request 'Update debian Docker tag to v12' (#23) from renovate/debian-12.x into main

Reviewed-on: #23
This commit is contained in:
JMARyA 2025-06-22 17:33:43 +00:00
commit 5d561e7d21

View file

@ -10,7 +10,7 @@ COPY . /app
WORKDIR /app 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 file RUN apt-get install -y ca-certificates openssl file