diff --git a/Dockerfile b/Dockerfile index a22a251..0899102 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN cargo build --locked --release --all RUN cargo test --locked --release --all RUN cargo install --locked --path . -FROM debian:bullseye-slim as final +FROM debian:11-slim as final RUN apt update && apt dist-upgrade -y && apt clean