diff --git a/Dockerfile b/Dockerfile index a54439d..c926fa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN cargo build --release -FROM debian:bullseye-slim +FROM debian:bookwormg-slim RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates openssl \