updated debian image
This commit is contained in:
parent
8697b773b0
commit
9027e5535f
|
@ -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
|
cargo build --release && mv ./target/release/dzmedia ./dzmedia
|
||||||
|
|
||||||
# Runtime image
|
# Runtime image
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
# Run as "app" user
|
# Run as "app" user
|
||||||
RUN useradd -ms /bin/bash app
|
RUN useradd -ms /bin/bash app
|
||||||
|
|
Loading…
Reference in New Issue