index : sparkle-git.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2024-05-14 12:29:29.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2024-05-14 13:39:35.0 +00:00:00
commit
132ed4c04ac9cec2d3ee5839959414029f3c5da8 [patch]
tree
91b239a4498358fd00e7b5d732d1862bfec05cf1
parent
973229694d916a8619c3f71ed70e1c6e436b652c
download
docker-fix2.tar.gz

Bump version of Debian in Dockerfile

This fixes libssl.so.3 being missing.

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.