From 8aeb68487a565ff823a65769d09f6b8a055f2338 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Tue, 14 May 2024 14:29:29 +0200 Subject: [PATCH] Bump version of Debian in Dockerfile This fixes libssl.so.3 being missing. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 541ddfa..ec13e32 100644 --- a/Dockerfile +++ a/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /sources RUN cargo build --release -FROM debian:bullseye-slim +FROM debian:bookworm-slim # Install git and cleanup package lists. # This is required for git-http-backend to work. -- rgit 0.1.3