try with bookworm

This commit is contained in:
Jai A 2024-06-28 17:02:30 -07:00
parent 721365578a
commit 34d931573c
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -6,7 +6,7 @@ COPY . .
RUN cargo build --release RUN cargo build --release
FROM debian:bullseye-slim FROM debian:bookwormg-slim
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates openssl \ && apt-get install -y --no-install-recommends ca-certificates openssl \