Switched to debian:stable-slim image

This commit is contained in:
StNicolay 2023-06-23 11:45:09 +03:00
parent f1228ed80f
commit d7a049f211
Signed by: StNicolay
GPG Key ID: 9693D04DCD962B0D

View File

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