Switched to debian:stable-slim image

This commit is contained in:
2023-06-23 11:45:09 +03:00
parent f1228ed80f
commit d7a049f211

View File

@ -12,7 +12,7 @@ RUN cargo chef cook --release
COPY . .
RUN cargo b -r
FROM debian:buster-slim
FROM debian:stable-slim
WORKDIR /app
COPY --from=builder /app/target/release/pass_manager .
CMD [ "./pass_manager" ]