author | holly sparkles <sparkles@holly.sh> | 2024-05-14 14:29:29.0 +02:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.la> | 2024-05-14 22:51:08.0 +01:00:00 |
commit | 8aeb68487a565ff823a65769d09f6b8a055f2338 [patch] |
|
tree | 91b239a4498358fd00e7b5d732d1862bfec05cf1 |
|
parent | 973229694d916a8619c3f71ed70e1c6e436b652c |
|
download | 8aeb68487a565ff823a65769d09f6b8a055f2338.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 +++ 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.