fix dockerfile
ci / docker (frontend, frontend/Dockerfile, frontend) (push) Failing after 6s
ci / docker (backend, backend/Dockerfile, backend) (push) Successful in 28s

This commit is contained in:
2025-10-12 13:10:04 +02:00
parent 6987fe1bfe
commit 9147442822
+1 -1
View File
@@ -22,7 +22,7 @@ COPY diesel.toml ./
RUN cargo build --release --bin backend --bin worker
RUN cargo install diesel_cli --no-default-features --features postgres
FROM debian:bookworm-slim AS runtime
FROM debian:trixie-slim AS runtime
WORKDIR /app
RUN apt-get update \