We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e761187 commit 248966aCopy full SHA for 248966a
Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
14
RUN cargo build --release
15
16
# use a slim image
17
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
18
19
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --assume-yes ca-certificates openssl
20
0 commit comments