index : sparkle-git.git

ascending towards madness

Diff

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 541ddfa..ec13e32 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.