updated debian image

This commit is contained in:
uh wot 2024-01-07 13:25:13 +01:00
parent 8697b773b0
commit 9027e5535f
Signed by: uhwot
GPG Key ID: CB2454984587B781
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/usr/local/cargo,from=rust:latest,source=/usr/loca
cargo build --release && mv ./target/release/dzmedia ./dzmedia
# Runtime image
FROM debian:bullseye-slim
FROM debian:bookworm-slim
# Run as "app" user
RUN useradd -ms /bin/bash app