Switched to debian:stable-slim image
This commit is contained in:
parent
f1228ed80f
commit
d7a049f211
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user