diff --git a/Dockerfile b/Dockerfile index 3d1ae20..4d86a1f 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.6-slim as final RUN apt update && apt dist-upgrade -y && apt clean