Skip to content

Commit

Permalink
Bump version of Debian in Dockerfile
Browse files Browse the repository at this point in the history
This fixes libssl.so.3 being missing.
  • Loading branch information
holly sparkles authored and w4 committed May 14, 2024
1 parent 9732296 commit 8aeb684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8aeb684

Please sign in to comment.