fix debian version

This commit is contained in:
nora 2023-08-31 21:08:37 +02:00
parent e139fa733e
commit 8af7829b0e

View file

@ -17,7 +17,7 @@ RUN touch src/main.rs
RUN cargo build --release RUN cargo build --release
### RUN ### RUN
FROM gcr.io/distroless/cc FROM docker.io/library/debian:trixie-20230814-slim
WORKDIR /app WORKDIR /app