From dd3512b37533645ffa78e41d043fcd202b986e63 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Tue, 14 May 2024 14:29:29 +0200 Subject: [PATCH] chore: upgrade debian from bullseye to bookworm in dockerfile fixes a missing libssl error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a2e7c5..ad8e6cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . /sources 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. -- libgit2 1.7.2